From axiom
Core reference skill defining the backend quality dimension taxonomy, finding format, scoring model, and deterministic check catalog. Not user-invokable — referenced by all axiom skills as the shared foundation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/axiom:backend-qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill defines the shared foundation for all axiom backend quality skills. It is NOT user-invokable — it exists to be referenced by the specialized skills.
This skill defines the shared foundation for all axiom backend quality skills. It is NOT user-invokable — it exists to be referenced by the specialized skills.
Eight canonical quality dimensions: @skills/backend-quality/references/dimensions.md
| ID | Name | What it assesses |
|---|---|---|
| DIM-1 | Topology | Dependency graphs, wiring, ambient state |
| DIM-2 | Observability | Error visibility, logging, failure transparency |
| DIM-3 | Contracts | Schema integrity, API consistency, type safety |
| DIM-4 | Test Fidelity | Test-production divergence, mock quality |
| DIM-5 | Hygiene | Dead code, vestigial patterns, evolutionary leftovers |
| DIM-6 | Architecture | SOLID, coupling, cohesion, dependency direction |
| DIM-7 | Resilience | Resource management, timeouts, failure handling |
| DIM-8 | Prose Quality | AI-writing patterns, documentation authenticity |
Standard schema for all skill output: @skills/backend-quality/references/findings-format.md
Verdict computation and health thresholds: @skills/backend-quality/references/scoring-model.md
Grep patterns and structural checks per dimension: @skills/backend-quality/references/deterministic-checks.md
How axiom:design composes with project-specific invariants skills via the pairs-with frontmatter slot: @skills/backend-quality/references/pairing-contract.md
npx claudepluginhub lvlup-sw/axiomProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.