원클릭으로
task-hardening
Automate the repository post-implementation hardening workflow, including optional Codex diff review with returned comments
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automate the repository post-implementation hardening workflow, including optional Codex diff review with returned comments
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Plan implementation for a backlog task with mode classification and optional Codex review
| name | task-hardening |
| description | Automate the repository post-implementation hardening workflow, including optional Codex diff review with returned comments |
| disable-model-invocation | false |
Invoke with: task slug, feature name, feature scope, optional round number. Classifies mode (lite/standard/strict) from actual diff, not size labels.
Read .claude/skills/task-hardening/INSTRUCTIONS.md for the full workflow.