用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gittower/git-flow-next --skill analyze-issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | analyze-issue |
| description | Analyze a GitHub issue and create detailed analysis in .ai/ |
| argument-hint | <issue-number> |
| allowed-tools | Read, Grep, Glob, Write, Bash, mcp__github__get_issue |
Perform detailed analysis of a GitHub issue and write the analysis to the .ai directory.
Fetch Issue Details
Create Workflow Directory
.ai/issue-<number>-<slug>/.ai/issue-42-squash-merge/Explore the Codebase
Write Analysis Document
analysis.md in the workflow folderPropose TODO Comments
// TODO(#<issue>): <description>Write to .ai/issue-<number>-<slug>/analysis.md:
# Issue #<number>: <title>
## Summary
<1-2 sentence summary of the issue>
## Issue Details
- **Type**: <bug/enhancement/feature>
- **Labels**: <labels from GitHub>
- **Link**: <GitHub issue URL>
## Analysis
### Understanding
<What is being requested/reported? Clarify any ambiguity>
### Root Cause (for bugs)
<What's causing this behavior? Include file:line references>
### Affected Components
List all files/packages that will need changes:
- `cmd/<file>.go` - <why this file is affected>
- `internal/<package>/<file>.go` - <why>
### Current Behavior
<How does the ?>
Based on TESTING
/create-plan基于 SOC 职业分类