원클릭으로
status
Show current project status - recent work, in-progress tasks, and next priorities from backlog
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show current project status - recent work, in-progress tasks, and next priorities from backlog
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Weekly documentation refresh and maintenance - audit staleness, update docs, validate backlog
Smart verification — detects what changed and runs appropriate tests, lint, typecheck
Cut and verify a public release through publish remote, hosted CI, PyPI, and GitHub Release status
Scan codebase for AI-generated entropy — duplicated helpers, dead code, spreading anti-patterns. Use on a regular cleanup cadence or when noticing quality drift.
Pre-release docs sync — diff HEAD against the last v* tag on the publish remote, list feature additions, update README language/tool inventory, draft the CHANGELOG release entry, propose the version bump. Runs before /release. Prevents shipping with stale docs.
Automate the repository post-implementation hardening workflow, including optional Codex diff review with returned comments
SOC 직업 분류 기준
| name | status |
| description | Show current project status - recent work, in-progress tasks, and next priorities from backlog |
| disable-model-invocation | false |
Quickly summarize project status: what was done recently, what's in progress, and what's next.
Recent commits (last 10 on main)
git log --oneline -10 main
Backlog priorities — Run backlog list --status open --file docs/BACKLOG.yaml and find:
status: in_progressSection progress
backlog list --status all --file docs/BACKLOG.yaml
Count done vs open per section.