{
  "markdown": "# Chisel\n\nChisel is a Claude Code plugin for autonomous PR refinement driven by automated review.\n\nInstead of treating local checks as the final evaluator, Chisel assumes the strongest critic is an external PR review system (Greptile). It runs parallel agents that self-correct against review feedback without needing you to babysit each PR.\n\n## How it works\n\n1. Make a change\n2. Open or update a PR\n3. Trigger automated review\n4. Fix findings and CI failures\n5. Repeat until all gates pass or a safety stop fires\n\n## Success gate\n\nAll three must be true:\n\n- Greptile confidence score `5/5`\n- Zero unresolved Greptile-generated comments\n- All GitHub required checks passing\n\n## Safety stops\n\n- Max iterations reached\n- No progress across consecutive iterations\n- Review pipeline failure\n- CI failures not auto-fixable after 2 consecutive attempts\n\n## Commands\n\n- `/chisel:run-loop [--pr N] [--max-iterations N]` -- start the loop\n- `/chisel:status [--pr N]` -- check active run state\n- `/chisel:cancel-loop [--force]` -- stop an active loop\n- `/chisel:help` -- show usage info\n\n## Install\n\n### From the official marketplace\n\n```\n/plugin install chisel\n```\n\n### From GitHub\n\n```\n/plugin marketplace add crisog/chisel\n/plugin install chisel@chisel-dev\n```\n\n## Requirements\n\n- `git`\n- `gh` CLI authenticated (`gh auth status`)\n- `GREPTILE_API_KEY` environment variable set (get one at [app.greptile.com](https://app.greptile.com) under Settings > Organization > API Keys)\n- `node` available (for hook runtime)\n\nThe Greptile MCP server is bundled with the plugin and configured automatically on install.\n\n## State files\n\n- Loop state: `.claude/chisel-loop.local.md` (at git root)\n- Run history: `.claude/chisel/runs/<pr>.json`\n\n## Tests\n\n```bash\n./tests/run-tests.sh\n```\n",
  "bytes": 1767,
  "sha": "5ca6cd162fa0dbac065ca27eb086c147c0d5bdcd11cee417106afcac6d7fac38",
  "repo_slug": "crisog/chisel",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_crisog_chisel_chisel_1b112af1/readme"
}