{
  "markdown": "# Codebase Quality Plugin\n\nA high-signal code quality checker for Claude Code. Finds real issues, not noise.\n\n## What It Checks\n\n| Category | Agent | Model | Finds |\n|----------|-------|-------|-------|\n| **Secrets** | `secret-auditor` | Opus | Private keys, hardcoded tokens, tracked .env files |\n| **Bugs** | `deterministic-bug-scan` | Opus | Merge conflict markers, malformed JSON, syntax errors |\n| **Compliance** | `compliance-auditor` ×2 | Sonnet | CLAUDE.md rule violations (must quote exact rule) |\n| **Logic** | `logic-quality-auditor` | Sonnet | Empty catch blocks, dead code, null safety, complexity |\n| **Support** | `repo-profiler` | Haiku | Stack detection, smoke commands |\n| **Support** | `claude-md-resolver` | Haiku | CLAUDE.md file discovery |\n| **Support** | `tracked-env-detector` | Haiku | Suspicious tracked files (.env, *.pem) |\n\n## What It Won't Flag\n\n- Style/formatting preferences\n- \"Might be wrong\" issues\n- Missing tests\n- Architectural opinions\n- Anything requiring runtime context\n\n## Installation\n\n```bash\ngit clone https://github.com/baranbingol1/claude-codebase-quality.git\n```\n\n## Usage\n\nStart Claude Code with the plugin:\n\n```bash\nclaude --plugin-dir ./claude-codebase-quality\n```\n\nThen run the command:\n\n```\n/codebase-quality:codebase-quality\n```\n\n### Options\n\n```\n/codebase-quality:codebase-quality [paths...] [--fast|--smoke]\n```\n\n| Flag | Description |\n|------|-------------|\n| `--fast` | (default) Static checks, no installs |\n| `--smoke` | Run dependency-free syntax/compile checks |\n| `[paths]` | Scope to specific files/directories |\n\n### Examples\n\n```\n/codebase-quality:codebase-quality                     # whole repo, fast mode\n/codebase-quality:codebase-quality src/                # only src/ directory\n/codebase-quality:codebase-quality --smoke             # include syntax checks\n/codebase-quality:codebase-quality src/ lib/ --smoke   # scoped + smoke\n```\n\n## Output\n\nIssues are grouped by severity:\n\n- **Errors** — must fix (secrets, bugs, empty catch blocks)\n- **Warnings** — should fix (complexity, suspicious patterns)\n- **Info** — awareness (TODO/FIXME markers)\n\nEach issue includes file path, line numbers, evidence snippet, and GitHub permalink (if applicable).\n\n## License\n\nMIT\n",
  "bytes": 2238,
  "sha": "b15f1d25cd60918a324df8a5eb83d6536495ccf002d52bff3e8eb85a40db7c07",
  "repo_slug": "baranbingol1/claude-codebase-quality",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_baranbingol1_claude_codebase_quality_cod_6b2990a1/readme"
}