← ClaudeAtlas

golden-principleslisted

Scan repository for golden principle violations with agent-readable remediation. Enforces GP-001 through GP-008 from .agents/governance/golden-principles.md. Use when auditing compliance, preparing PRs, or running garbage collection scans.
rjmurillo/ai-agents · ★ 41 · AI & Automation · score 77
Install: claude install-skill rjmurillo/ai-agents
# Golden Principles Scan the repository for violations of mechanically enforced golden principles. Produces remediation instructions that agents can act on directly. <!-- vendor-portability: declared. This skill enforces GP-001 through GP-008 defined in .agents/governance/golden-principles.md and cites that document plus .claude/skills/ siblings. The governance file is the upstream rule source; a vendored install without it loses the canonical principle text, while the bundled scanner still applies its built-in GP-001 and GP-003 through GP-006 checks against the consumer's files (GP-002 is enforced elsewhere, not by this scanner). Issue #2050. --> Inspired by [OpenAI Harness Engineering](https://openai.com/index/harness-engineering/): > "We started encoding what we call 'golden principles' directly into the repository > and built a recurring cleanup process." ## Triggers | Trigger Phrase | Operation | |----------------|-----------| | `scan golden principles` | Full principle compliance scan | | `check principle compliance` | Scan with summary report | | `golden principle violations` | Scan and list violations | | `run garbage collection` | Deep scan with fix-up recommendations | | `audit principles` | Scan specific rules only | ## When to Use Use this skill when: - Preparing a PR for submission (catch violations early) - Running periodic garbage collection scans - Auditing a domain or directory for compliance - Adding new files to the repository Use `taste-lints` in