fix(code-tidying): backtick audit-comment-residue shape examples (0.14.3) - #3215
Conversation
|
Claude finished @kyle-sexton's task in 31s —— View job Security review — skip gate hit
Result: no security review performed — skip gate condition 2 (no security-relevant surface). All three changed files are documentation/metadata only:
No code execution paths, credential/token handling, injection surfaces, access-control logic, or GitHub Actions configuration are affected by this diff. Per this lane's skip gate, no further review or findings are reported. |
|
Last security-reviewed head: |
|
Claude finished @kyle-sexton's task in 1m 25s —— View job Code review complete
No findings. This is a clean, correctly-scoped fix. What I checked
I was unable to execute |
|
Claude has reviewed this PR 2 times. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
…4.3) Wrap the three shape-definition example phrases so audit-noise no longer self-matches this skill's own table. Closes #3191
8ff20fb to
9a09ab0
Compare
|
Claude finished @kyle-sexton's task in 48s —— View job Security review — skip gate hit
Result: no security review performed — skip gate condition 3 (this head already has a successful security review that still applies). Diffed
The SHA change with no content change indicates a rebase/resync onto current |
|
Claude finished @kyle-sexton's task in 26s —— View job Code review — skip gate hit
Result: no review performed — skip gate condition 1 (PR is closed or not open). The pre-fetched context for this trigger shows PR #3215 as MERGED. Per For reference, this PR already received two prior automated reviews while open (security-review skip gate hit — docs/metadata-only diff; code-review — no findings, clean and correctly-scoped fix), both visible above in this thread. |
Closes #3191
Summary
Three rows of
audit-comment-residue's shape-definition table wrote their example phrases in plain double quotes.audit-noisestrips inline-code spans before matching, so those rows flagged against their own definitions on every sweep. The sibling skill already writes the same examples in backticks and does not self-match.Fix
Wrapped the quoted example phrases in the
plan-reference,conversational-antecedent, andticket-pr-residuerows in backticks. No detector behavior change. Plugin version0.14.2→0.14.3with a changelog entry.Verification
audit-noisedetect.shagainstorigin/main's copy of the skill: T1=2 T2=1 (the three named rows:plan-referenceL38,conversational-antecedentL39,ticket-pr-residueL40).Summary total: files=1 T1=0 T2=0 T3=0.scripts/check-changelog-parity.sh--check/--check-bump origin/main/--check-order/--check-preserved origin/main: PASS.scripts/check-changed-skills.sh origin/main: PASS (0 errors, 1 pre-existing Gotchas warning).scripts/check-skill-count-claims.sh --check: PASS.scripts/check-skill-leaf-names.sh --check: PASS.scripts/check-cross-plugin-source-drift.sh --check: PASS.markdownlint-cli2on both changed markdown files: 0 issues.claude plugin validate plugins/code-tidying: Validation passed.Related
plugins/docs-hygiene/.plugins/docs-hygiene/skills/audit-noise/SKILL.md— the backticked sibling rows this matches.