From sauce
Use when you want to understand what reviewers actually enforce on a repo, discover undocumented team standards, onboard to a new codebase's culture, create a coding conventions skill from real review patterns, audit a mined skill, or verify that conventions are accurate. Trigger on "what do reviewers care about", "extract conventions from PRs", "mine review feedback", "what patterns does this team enforce", "create a conventions guide from PR history", "team standards from code reviews", "PR feedback analysis", "what does the team prefer", "audit this skill", "verify the conventions", "check if these quotes are real", "is this skill accurate".
How this skill is triggered — by the user, by Claude, or both
Slash command
/sauce:convention-miningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface implicit coding conventions from merged PR review comments, then verify and harden the results. This skill covers two phases: mining conventions from review data, and auditing convention skills for accuracy.
Surface implicit coding conventions from merged PR review comments, then verify and harden the results. This skill covers two phases: mining conventions from review data, and auditing convention skills for accuracy.
| Phase | When to Use | Guide |
|---|---|---|
| Mining | Extracting conventions from PR review history for the first time | mining.md |
| Auditing | Verifying a mined skill is factually correct before merging, or hardening an existing conventions skill | auditing.md |
Mining produces a conventions document or skill. Auditing verifies that the output is accurate — quotes are real, code examples match the actual codebase, and nothing contradicts existing docs. Run auditing after mining, or independently on any conventions skill that needs review.
Route to mining.md when the user wants to:
Route to auditing.md when the user wants to:
Detailed command references and templates are in the references/ directory:
npx claudepluginhub raiderrobert/sauce --plugin sauceProvides code review guidelines on checks to perform, constructive feedback techniques, and comment standards for PRs and critiques.
Provides structured code review processes, conventional comments patterns, language-specific checklists, and feedback templates for PR reviews and standardizing practices.
Builds personalized PR review skill from GitHub review history: extracts comment patterns, communication style, priorities, blind spots; generates review-as-me persona for inline PR comments.