用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NeoLabHQ/context-engineering-kit --skill analyze-issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reconcile the project's FPF state with recent repository changes
creates draft task file in .specs/tasks/draft/ with original user intent
Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.
正在显示 SKILL.md
| name | analyze-issue |
| description | Analyze a GitHub issue and create a detailed technical specification |
Please analyze GitHub issue #$ARGUMENTS and create a technical specification.
Follow these steps:
Check if the issue is already loaded:
./specs/issues/ folder<number-padded-to-3-digits>-<kebab-case-title>.mdFetch the issue details (if not already loaded):
.claude/commands/load-issues.md to understand how to fetch issue detailsUnderstand the requirements thoroughly
Review related code and project structure
Create a technical specification with the format below
[1-2 paragraphs explaining the problem]
[Detailed technical approach]
Remember to follow our strict TDD principles, KISS approach, and 300-line file limit.
IMPORTANT: After completing your analysis, SAVE the full technical specification to:
./specs/issues/<number-padded-to-3-digits>-<kebab-case-title>.specs.md
For example, for issue #7 with title "Make code review trigger on any *.SQL and .sh file changes", save to:
./specs/issues/007-make-code-review-trigger-on-sql-sh-changes.specs.md
After saving, provide a brief summary to the user confirming: