원클릭으로
speckit-review
Make a comprehensive review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Make a comprehensive review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | speckit-review |
| description | Make a comprehensive review. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"litus"} |
| disable-model-invocation | true |
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Run .specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'''m Groot' (or double-quote if possible: "I'm Groot").
Check checklists status (if FEATURE_DIR/checklists/ exists):
- [ ] or - [X] or - [x]- [X] or - [x]- [ ]speckit-implement first.Load and analyze the implementation context:
Analyse the implemented code (as in this current repository state as opposed to the current master branch), regarding the following items:
Write a comprehensive review into FEATURE_DIR/code-review.md. Focus on items to improve and do not include praise for the developer. Do flag issues, that were pre-existing with "[pre-existing]".
There might be FEATURE_DIR/code-review.mdfile already existing. In that case, do not override, but usecode-review-2.md` as a name, and
increase the suffix until there is no existing file. There can be numerous reviews and this should be the last one.
When done, suggest to the user to run speckit-implementreview