AgentSkillsCN

issue:refine

结合技术背景与结构化细节,对问题进行精细化梳理。适用于将简短的 Bug 描述、功能需求或重构说明扩展为适合开发者与 AI 代理的详细问题。

SKILL.md
--- frontmatter
name: issue:refine
description: Refining issues with technical context and structured details. Use when expanding a brief bug, feature, or refactor description into a detailed issue suitable for developers and AI agents.

Issue Refinement

Expand brief issue descriptions into structured issues for developers and AI agents.

Issue Types

TypeWhen to UseGuide
BugSomething is brokenbug.md
FeatureNew capabilityfeature.md
RefactorInternal improvement, no behavior changerefactor.md

Workflow

  1. Identify type and read the corresponding guide
  2. Gather context from code and related issues
  3. Draft refinement following the type-specific structure
  4. Output for user approval before updating the issue

Output Structure

All issues share this skeleton. Type guides add sections in between.

markdown
## Summary

One to two sentences.

[Type-specific sections from guide]

## Context

### Related Code

Files that need changes or inform the work.

### Related Issues

Links to related issues, prior attempts, upstream work.

Style

  • Direct - Facts, not hedging
  • Specific - Name the function, file, behavior
  • Concise - Every sentence adds information
  • Link to code - Permalinks for GitHub (https://github.com/{owner}/{repo}/blob/{sha}/path#L10-L20), file paths elsewhere (path/to/file:10-20)

Issue Trackers

Fetch with get_issue, output refinement for review, update only after approval.

  • Linear: mcp__linear__get_issue, mcp__linear__update_issue
  • GitHub: mcp__github__get_issue, mcp__github__update_issue