refactor(skill): tighten request-audit, merge Sujith/Burrasec templates#1819
Merged
mirooon merged 1 commit intoMay 19, 2026
Merged
Conversation
Reduce request-audit skill from 433 to 356 lines (~18%) without changing behavior. Main consolidations: - Merge the two near-identical thread-reply templates (3b + 3c) into one parameterized template with a 2-row variant table; the only real difference was greeting position. - Flatten Step 2 sub-headers (Scope / Context / Urgency) to inline bold labels with bullet lists — same content, less heading noise. - Collapse the Setup section while keeping the .env example, the WEBHOOK_<CHANNEL> convention, and the 1Password reference verbatim. - In the worked PR #1715 example, keep the full Tron context paragraph (it is the prose-density calibration) but collapse the Burrasec block to a single sentence since the variant table now defines the diff. Nothing functional removed: all 4 scope sources, all 4 context extract sources, all 3 urgency triggers, exit-code semantics, manual-fallback transforms, code-style rule, and the worked example are preserved. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
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
Sub-PR onto #1761. Tightens the
request-auditskill from 433 → 356 lines (~18%) without changing behavior. Audit of the diff in request-audit-skill-optimization/ (local-only) confirms every functional bit of the source is preserved.What was consolidated
.envexample, theWEBHOOK_<CHANNEL>convention, and the 1Password reference verbatim.What was not removed
All preserved verbatim:
C08CJ4FEHQA/C094C46JSDP) + the "re-verify" warning--jsonfields, the "last entry'soid" rule, the empty-array re-fetchPre-flight
coderabbit review --base origin/feat/request-audit-skill --plain→ No findings ✔ on first pass.agents/commands/request-audit.md;.claude/skills/...and.cursor/commands/...are symlinks to the canonical file)Test plan
/request-audit <some-PR>against this branch and compare the drafted parent + thread reply against the original🤖 Generated with Claude Code