armature
armature에는 quinnjr에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.