styleguide-check

Audit code against styleguide and glossary checklists for consistency.

7|2|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/robconery/crap-code --skill styleguide-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: styleguide-check
Source: https://github.com/robconery/crap-code/tree/main/.pi/skills/styleguide-check
Command: npx skills add https://github.com/robconery/crap-code --skill styleguide-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents inconsistent code patterns, terminology drift, and quality regressions by providing a single shared styleguide and glossary checklist for both creating and reviewing skills.

Core Features & Use Cases

  • Shared rulebook: Guides builders to follow the full /docs/styleguide.md before handoff.
  • Glossary alignment: Forces synonym and vocabulary consistency by requiring /docs/glossary.md.
  • Reviewer enforcement: Provides the same checklist the reviewer uses to validate structure, naming, errors, logging, boundaries, and hygiene.
  • Use case: When shipping new workflow logic or refactoring routes/commands/queries, run the checklist to ensure architecture and operational safety match the team’s standards.

Quick Start

Load the styleguide-check skill and review a change by confirming it follows both /docs/styleguide.md and /docs/glossary.md using the provided checklist items.

Frequently Asked Questions about styleguide-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent code style and naming conventions during code review?

To enforce consistent code style, load a shared rulebook and run an architecture checklist across structure, naming, comments, errors, logging, DB boundaries, patterns, and hygiene rules to validate changes against team standards.

What is domain vocabulary drift and how do I prevent it in my codebase?

Domain vocabulary drift occurs when synonyms replace agreed terms, causing inconsistency. You prevent it by loading a glossary document and treating any deviation from the shared vocabulary as a checklist failure during review.

How do I audit refactored routes and queries against an architecture checklist?

You audit refactored routes and queries by loading both styleguide and glossary documents, then running the checklist across error handling, logging, database boundaries, and structural patterns to ensure operational safety matches standards.

Do I need a shared styleguide and glossary document to use automated quality guardrails?

Yes, you need a shared styleguide and glossary document. The quality guardrails require loading both files to audit structural consistency, naming conventions, and domain vocabulary before approving workflow logic changes.

What happens if my code introduces synonyms for existing domain terms?

If your code introduces synonyms for existing domain terms, it is treated as a synonym drift failure. The checklist actively cross-references the glossary to force vocabulary consistency and reject terminology changes.

Can I use a code style checklist for both creating and reviewing new workflow logic?

Yes, you can use a code style checklist for both creating and reviewing workflow logic. Builders follow the rulebook before handoff, and reviewers use the same checklist to validate architecture, error handling, and operational safety.