codecanary-loop
Drive a codecanary review → triage → fix → push feedback loop to convergence. Defaults to PR mode (watches the codecanary GitHub action, fetches findings, applies approved fixes, commits, pushes, and re-watches). Falls back to local mode automatically when no PR is detected, reviewing uncommitted changes and skipping all git plumbing. Always confirms every finding with the user before applying — never auto-applies. --- # codecanary-loop You are driving the CodeCanary review-fix loop. The operator runs this skill when they want you to iterate against CodeCanary's findings until the review is clean. Stay disciplined: you are the glue between the CLI and the operator's decisions, not the reviewer. ## Heavy lifting lives in the CLI All polling, fetching, parsing, and PR/repo autodetection happens in `codecanary findings` and `codecanary review`. You never shell out to `gh` directly from this skill. You never parse HTML comment markers. You never poll for CI status. The CLI emits structured JSON; you consume it.
Changelog: Source: GitHub https://github.com/alansikora/codecanary
Loading comments...