brandondees

62 mods across 1 repository, 9 stars between them.

code-quality-atlas

02

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…

9 2d ago A tokens not measured

code-quality-atlas

03

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.

9 2d ago A tokens not measured

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…

9 2d ago A 79 tokens

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…

9 2d ago A 97 tokens

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 /…

9 2d ago A 93 tokens

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…

9 2d ago A 201 tokens

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…

9 2d ago A 193 tokens

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…

9 2d ago A 92 tokens

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…

9 2d ago A 219 tokens

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 /…

9 2d ago A 92 tokens

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…

9 2d ago A 177 tokens

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…

9 2d ago A 174 tokens

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.…

9 2d ago A 90 tokens

checking-restraint

15

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…

9 2d ago A 68 tokens

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…

9 2d ago A 192 tokens

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…

9 2d ago A 74 tokens

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…

9 2d ago A 152 tokens

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…

9 2d ago A 88 tokens

icm-architect

20

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)…

9 2d ago A 218 tokens

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…

9 2d ago A 122 tokens

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…

9 2d ago A 230 tokens

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…

9 2d ago A 227 tokens

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…

9 2d ago A 190 tokens