Conversation
When using /review-plan a second time after making revisions, the agent would short-circuit instead of performing a fresh review. The --updated flag forces a complete re-review and adds a Delta Assessment section comparing the revised plan against prior review feedback. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Overall AssessmentExecutive Summary
MethodologyNone — no estimator/methodology changes in this PR. Code Quality
PerformanceNone. Maintainability
Tech DebtNone. SecurityNone. Documentation/TestsNone. |
Fix three issues raised by AI review: - Switch from substring to token-based --updated flag parsing to prevent false matches inside file paths - Replace "skip Delta Assessment" with "fill with unavailable message" to resolve contradiction with Step 5's "do NOT skip any section" rule - Restore explicit AskUserQuestion fallback prompt template Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
|
/ai-review |
|
🔁 AI review rerun (requested by @igerber) Head SHA: Overall assessment: Executive summary:
MethodologyNone. (Change is limited to Code Quality
PerformanceNone. MaintainabilityNone. Tech DebtNone. SecurityNone. Documentation/Tests
|
Move [--updated] before <path-to-plan-file> in the argument hint to match CLI conventions (flags before positional args) and align with the parsing instructions that already allow either ordering. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
|
/ai-review |
|
🔁 AI review rerun (requested by @igerber) Head SHA: Overall assessment: Executive summary
MethodologyNone. This PR only updates Code Quality
PerformanceNone. MaintainabilityNone. Tech DebtNone. SecurityNone. Documentation/TestsNone. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--updatedflag to/review-planskill that forces a complete fresh re-review of revised plans--updatedis provided, the agent performs all 8 review dimensions without short-circuiting, and appends a Delta Assessment section comparing against prior review feedbackMethodology references (required if estimator / math changes)
Validation
.claude/commands/review-plan.md)Security / privacy
Generated with Claude Code