一键导入
implement
Execute an approved implementation plan. Use when asked to implement, build, or code a planned change.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute an approved implementation plan. Use when asked to implement, build, or code a planned change.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep investigation of GitHub issues with root cause analysis and proposed solutions. Use when asked to investigate, analyze, or dig into an issue.
Generate a project spec or ticket spec. Use when asked to spec, define, design, or write a ticket for a project or task.
Triage GitHub issues or Linear tickets — classify type, assess priority, check reproducibility, detect duplicates. Use when asked to triage, assess, or categorize issues.
Plan and perform manual tests for Storyblok monoblok packages against a real, seeded Storyblok space
Drive multiple GitHub issues through the full pipeline (triage, investigate, plan, implement) in parallel. Use when asked to blitz, batch-process, or work multiple issues.
Use when writing documentation. Provides a writing style guide and content structure patterns.
| name | implement |
| description | Execute an approved implementation plan. Use when asked to implement, build, or code a planned change. |
| model | opus |
| effort | high |
Implement the approved plan: $ARGUMENTS
git branch --show-currentgit status --short 2>/dev/null | head -20## Changes Made
| File | Change |
|------|--------|
| path/to/file.ts | What changed |
## Verification
\`\`\`bash
# Commands run and output
pnpm nx lint <package>
pnpm nx test <package>
pnpm nx run <package> test:types
\`\`\`
## Notes
- Any deviations from plan (with justification)
- Any follow-up items discovered
pnpm nx lint <package>pnpm nx test <package>pnpm nx run <package> test:types