brandondees/code-quality-atlas
Plugin Claude Code
Marketplace for the code-quality-atlas skill suite.
brandondees/code-quality-atlas
Plugin Claude Code
Marketplace for the code-quality-atlas skill suite.
brandondees/code-quality-atlas
Plugin Claude Code
A research-derived suite of 41 code-review and maintenance lenses covering correctness, readability, structure, security, performance, tests, migrations, accessibility, observability, LLM and agentic/tool-use safety, install/upgrade experience, authored-artifact conventions (e.g. SKILL.md), and repo-wide audits…
brandondees/code-quality-atlas
Settings file Claude Code
From-first-principles research toward a standalone agent skill suite for code review & maintenance — a comprehensive map of what factors into code quality.
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits a repository for architecture conformance: dependency direction violations between layers/modules, cyclic dependencies, reach-arounds past a boundary, accidental coupling to internals, and drift between the documented architecture and the import graph. A repo-wide / scheduled audit rather than a single-diff…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits compliance, licensing, and provenance: dependency licenses compatible with the distribution model, copyleft contamination, missing SPDX headers and attribution, code of unclear provenance, PII data flows without minimization or retention limits, consent gating for telemetry, and SBOM currency. Detects and…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits configuration and build/CI health: config schema-validated at startup and fail-fast, secrets out of config files, parity across environments, reproducible and hermetic builds, pinned toolchains and CI actions, cache correctness, flaky or slow pipelines, and unused or drifting config keys. A repo-wide /…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits the analytics/data plane's standing condition on a schedule rather than reviewing a change: declared contracts and published schemas that nothing tests the dataset against, repo-vs-registry divergence, test and expectation coverage across the model graph ranked by downstream fan-out, freshness expectations that…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits the decision records already in a repository (ADRs/RFCs on disk), on a schedule rather than at authoring time: status-graph consistency (an accepted record contradicted by a later one with no supersedes link, or a decision the code has visibly reversed), a revisit-trigger whose stated condition current repo…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits dependencies and the supply chain: known CVEs in direct and transitive deps, unpinned or floating versions, lockfile integrity, abandoned or low-reputation packages, typosquats, install scripts, license compatibility of the dependency tree, and SBOM currency. A repo-wide / scheduled audit. Use when auditing…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits the deployment/execution wiring already committed in a repo, retrospectively and on a schedule: CI/CD jobs, cron/systemd/launchd units, git-sync-then-execute patterns, deploy scripts, and service-to-service trust in config — read for Poisoned Pipeline Execution (an unattended job executing attacker-influenced…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits documentation health across a repository: API-surface-to-docs parity, docstring accuracy against current signatures, README front-door freshness, runnable examples that still run, ADR coverage for non-obvious decisions, changelog discipline, orphaned or contradictory docs, and stale diagrams. A repo-wide /…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits the enforcement apparatus and meta-artifacts wrapped around the code, as their own reviewable surface: suppression hygiene (blanket or unjustified # noqa / eslint-disable / # type: ignore, unused/stale suppressions, a lint or type baseline growing rather than shrinking), monitoring config as an artifact…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Audits infrastructure-as-code manifests (Terraform/OpenTofu, Kubernetes and Helm, CloudFormation, Pulumi) as code that provisions production: the blast radius of a change (in-place update vs replace/destroy of stateful resources), public exposure (0.0.0.0/0, public buckets), over-broad or wildcard IAM, secrets in…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Checks that a change follows the project's own conventions and the language/framework's idioms: formatter applied, idiomatic constructs over clumsy equivalents, recurring problems solved the same way the codebase already does, no second parallel way to do the same thing, consistent naming/casing/imports/file layout.…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Reviews changes for over-engineering — premature abstraction, speculative generality, the wrong abstraction, and premature optimization without a profile. The restraint / brake-pedal lens. Use when a change adds abstraction layers, config knobs, generality, or hand-optimized code, or when asking whether a change is…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Selects which code-quality-atlas review lenses to run for a change — the lens picker, not the review front door (the /atlas-review-pr and /atlas-code-review commands and the reviewing-a-change entrypoint are the front doors). Maps what is being reviewed (bug fix, feature, refactor, migration, async or concurrent code…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Scans a repository for maintainability hotspots: high churn × complexity files, change-coupling, bus-factor / knowledge concentration, and untracked tech debt. A repo-wide / scheduled scan rather than a single-diff review. Use when auditing maintainability, tech debt, refactoring targets, or risky areas across the…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Runs the deterministic linters, type checkers, scanners, and test/coverage tools the reviewed repository has already configured, scoped to what is being reviewed, and turns their raw output into evidence the code-quality-atlas lenses confirm, contextualize, or dismiss. Use before the lenses run on any review where the…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Reviews changes for swallowed or silently-handled errors — empty catch/rescue blocks, ignored returned errors, bare excepts, unhandled promise rejections, broad exception catches — and for unsafe fallbacks, missing timeouts, and absent retries/circuit-breakers. Use when reviewing error handling, exceptions, try/catch…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Design any process, idea, problem, or body of knowledge into an ICM (Interpretable Context Methodology) workspace — folder structure as agent architecture — or restructure an existing folder, repo, or vault into one. Use when the user wants to (1) turn a recurring workflow into an agent-runnable folder pipeline, (2)…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Reviews UI changes for accessibility and internationalization: semantic HTML vs div-with-onclick, keyboard operability and focus management, accessible names on icon buttons and inputs, contrast, ARIA misuse, hardcoded user-facing strings, naive pluralization, non-locale-aware number/date/currency formatting, and…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Reviews a change for agent-legibility — whether an AI agent can understand, navigate, and safely modify this code within a context budget. The mirror of reviewing-ai-authored-code (quality of code for AI readers, not by them): context economy and self-containment (a depth-first slice understandable without loading the…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Reviews the action/tool surface of agent and tool-using systems — what the model is permitted to do, distinct from reviewing-llm-integration's review of the model call: tool least-privilege, approval gates and step/spend budgets on autonomous loops, tool metadata and MCP server descriptions as untrusted input (tool…
brandondees/code-quality-atlas
Skill Claude CodeCodex
Reviews a change for the failure signature of AI-/machine-authored code, independent of who wrote it: hallucinated or typosquatted dependencies (slopsquatting), invented or misused APIs and parameters, plausible-but-wrong constants and logic that reads fluently, hallucinated internal references to symbols that don't…