sync comment-audit / comment-trim skills with latest content - #22
Merged
Merged
Conversation
…variant check comment-audit gains a fifth pass that sorts surviving comments into Keep vs. Tighten, plus a report-declaration reading check to catch paraphrased (not just copy-pasted) duplication. comment-trim gains the matching Tighten cut category, a rule that a pointer replaces its explanation rather than sitting alongside it, and a third verification check that greps for that invariant. Bump plugin version to 1.17.0 and update the skill descriptions in plugin.json to match. Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Timofei Larkin (lllamnyp)
marked this pull request as ready for review
September 23, 2026 06:38
Aleksei Sviridkin (lexfrei)
approved these changes
Sep 23, 2026
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
Syncs
cozystack:comment-auditandcozystack:comment-trimwith content updates made to the upstream working versions of these skills since they were shipped. Preserves ccp's own conventions (phase structure, does/does-not statement, genericized wording) and ports only the genuine behavior changes:## Tightensection.plugins/cozystack/.claude-plugin/plugin.json: updated the comment-audit / comment-trim descriptions to mention tightening and the new verification check, and bumpedversionto1.17.0(minor — new behavior, no breaking change).scripts/comments-only.pyis unchanged (verified identical to the upstream copy).Test plan
bash tools/check-refs.shpasses (cross-references, skill-name mentions, and the private-content scan all clean)jq .validatesplugin.jsonSKILL.mdfiles re-read cold after editing — no internal references, repo names, or PR numbers present