codereview skill: consume the issue_suppressed= retraction [murmur:back/localtriager] - #52
Open
swyman wants to merge 1 commit into
Open
codereview skill: consume the issue_suppressed= retraction [murmur:back/localtriager]#52swyman wants to merge 1 commit into
swyman wants to merge 1 commit into
Conversation
The local review pipeline now runs its finalization stage (issue triage, or the agentic finalizer). Findings still stream as they are found — triage is a whole-review judgment that cannot run until the last code-object review lands — so its drops arrive as a retraction rather than a filter: one issue_suppressed=<issue_id> line per dropped finding, just before the terminal issue_status. Drop a suppressed finding you have not started; keep, but stop reporting as required, a fix you already made. Never revert on a suppression. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ApprovabilityVerdict: Approved a984332 Documentation-only changes to SKILL.md, adding instructions for handling You can customize Macroscope's approvability policy. Learn more. |
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.
Companion to prassoai/back#14177, which makes local CLI code reviews run their finalization stage (issue triage, or the agentic finalizer).
Findings still stream as they are found — triage is a whole-review judgment that cannot run until the last code-object review lands — so its drops arrive as a retraction rather than a filter: one
issue_suppressed=<issue_id>line per dropped finding, emitted together just before the terminalissue_status.The skill gains one rule: drop a suppressed finding you have not started; keep, but stop reporting as required, a fix you already made. Never revert on a suppression.
The token is additive — a skill that ignores it behaves exactly as before. The identical change lands on the three in-repo SKILL variants in
back(base + claude/codex overlays, codereview + autoloop), where a contract-parity test enforces that the CLI and every SKILL agree on the token set.Created via Murmur
🤖 Generated with Claude Code