armature
armature contiene 2 skills recopiladas de quinnjr, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Project conformance and efficiency audit. Verifies that each part of a codebase actually does what its name, docs, types, tests, and contracts claim it does, and rates how efficiently it does it. Produces a tiered conformance ledger with per-part coverage and a verdict, then offers to reconcile confirmed mismatches. Use when inheriting a codebase, before a release, or when behavior and documentation may have drifted apart.
Expert, language- and framework-agnostic code review. Orchestrates 7 parallel specialist agents across correctness, security, maintainability, API & contracts, testing & verifiability, error handling & resilience, and tech debt. Auto-detects the diff range (uncommitted, staged, commit range, or unpushed branch) and reviews only what changed, with the surrounding code loaded for context. Reports findings in severity tiers with concrete, actionable fixes and optionally applies them. Use before committing, before pushing, before opening a PR, or when asked for a second opinion on recent work.