一键导入
track-implementation-progress
Track implementation progress against plan. Use to monitor component delivery and identify blockers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Track implementation progress against plan. Use to monitor component delivery and identify blockers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section.
Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).
Run Mojo tests using mojo test command. Use when executing tests or verifying test coverage.
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Generate visual hierarchy diagrams of agent system showing levels and delegation. Use for documentation or onboarding.
| name | track-implementation-progress |
| description | Track implementation progress against plan. Use to monitor component delivery and identify blockers. |
| category | review |
| mcp_fallback | none |
Monitor completion of planned components and identify blockers.
# List all GitHub issues
gh issue list --state all --limit 100
# Get issue status
gh issue view <issue-number>
# Check issue milestones
gh issue list --milestone <milestone-name>
# Filter by label
gh issue list --label "implementation"
# Get issue project status
gh api repos/OWNER/REPO/issues/<number> --jq '.state, .closed_at'
Completion Rate:
By Phase:
By Component:
Blockers:
Healthy Progress:
Warning Signs:
Report progress with:
# Implementation Progress Report - [Date]
## Overall Status
- Completion: X% (Y of Z issues closed)
- Velocity: X issues/week
- Health: [Green/Yellow/Red]
## By Phase
- Plan: 100% (20/20)
- Test: 75% (15/20)
- Implementation: 50% (10/20)
- Package: 25% (5/20)
- Cleanup: 0% (0/20)
## Recent Activity
- Closed: issue #123, #124
- In Progress: issue #125, #126
- Blocked: issue #127 (waiting for #120)
## Blockers
1. Issue #127 - Blocked by #120 (PR in review)
2. Issue #128 - Unclear requirements
## Next Actions
1. Complete issue #120 review
2. Clarify requirements for #128
3. Start issue #129 (ready to go)
Velocity:
Burndown:
Quality:
Dependencies:
Identify:
Escalate:
Track:
| Problem | Solution |
|---|---|
| Can't access issues | Check gh auth status |
| Issues not updated | Filter for last updated date |
| Missing data | Check issue descriptions and labels |
| Unclear status | Ask issue owner for update |
| Too many issues | Filter by label or milestone |