feat: print "Next round" command on review exit + restructure agent prompts#421
Merged
tomasz-tomczyk merged 1 commit intomainfrom May 2, 2026
Merged
feat: print "Next round" command on review exit + restructure agent prompts#421tomasz-tomczyk merged 1 commit intomainfrom
tomasz-tomczyk merged 1 commit intomainfrom
Conversation
…on prompts
Binary:
- review-cycle response now includes next_command; client prints
"Next round: crit <args>" to stdout when more rounds are expected
- skill prompts can collapse "match args from earlier" prose into
"run whatever crit printed after Next round:"
Integrations (claude-code, cursor, codex, github-copilot, opencode,
windsurf, cline, aider):
- restructured crit + crit-cli skills for clarity and brevity
- claude-code uses <important if> wrappers for conditional context;
other integrations get plain markdown sections with same content
- broadened crit-cli description to fire on intent ("multi-agent
workflows commenting on code/plans/docs/proposals") with explicit
/crit disambiguation
- promoted anti-resolve guidance to the top of replying sections
(issue #414) and added it where it was missing in single-file
integrations (cline, aider, windsurf)
- removed weak/obvious rules and deduped reply prose
Bumped claude-code plugin to 1.5.0; regenerated integration hashes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (75.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #421 +/- ##
==========================================
+ Coverage 67.27% 67.33% +0.06%
==========================================
Files 26 26
Lines 9668 9687 +19
==========================================
+ Hits 6504 6523 +19
- Misses 2653 2654 +1
+ Partials 511 510 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
critnow printsNext round: crit <args>to stdout. Agents can run that command verbatim instead of remembering the args from earlier in the conversation.critandcrit-cliskills (and their equivalents) across all 8 integrations: claude-code, cursor, codex, github-copilot, opencode, windsurf, cline, aider. Same described behavior, leaner prose, deduped reply guidance, broader auto-load triggers forcrit-cli.Review
strconv.Quote)Test plan
go test -race ./...— all passes including newTestReviewCycle_NextCommand(table-driven across no-args, single file, multi-file, space-quoted, single-quote-escaped, non-ASCII, flag-style)golangci-lint run ./...— cleango generate ./...—integration_hashes_gen.goregenerated;TestCheckInstalledIntegrations/TestDetectInstalledIntegrationspassCloses #414.
🤖 Generated with Claude Code