بنقرة واحدة
speckit-implementreview
Implement the latest review remarks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implement the latest review remarks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | speckit-implementreview |
| description | Implement the latest review remarks. |
| 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:
code-review and having different number as suffix. For this command, use the latest review (the file with the HIGHEST number). Treat the original code-review.md file as review number 1.Improve on the written suggestions and review remarks of the code review. If something is clearly out-of-scope, or the ROI is too low, leave it be and annotate it instead. However, if you agree that something should be implemented/fixed at some point, it is technically speaking OOS for this branch, but would only be very minor effort/changes, fix it directly and do not defer it to a different task/ticket/branch. Especially remarks about code coverage and test quality should be taken at heart, as well as any unexpected behavior and issues with correctness.
Verify all your changes by running all tests and building the project.
Write a review response and append it to the code-review.md file. It should cover an expressive explanation of each item
and how it was fixed OR why it is out of scope and not relevant for the current branch.
Commit all the changes you have done related to the review.