Documentation
README
Simplify
at-simplify โ 4 cleanup agents in parallel โ apply the fixes
You are improving the quality of the changed code, not hunting for bugs. Review
it for reuse, simplification, efficiency, and altitude issues, then fix what you
find. Do not look for correctness bugs โ that is what at-review is for.
Phase 0 โ Gather the diff
Run git diff "@{upstream}...HEAD" (or git diff main...HEAD / git diff HEAD~1
if there's no upstream) to get the unified diff under review. If there are
uncommitted changes, or the range diff is empty, also run git diff HEAD and
include the working-tree changes in scope โ the review often runs before the
commit. If a PR number, branch name, or file path was passed as an argument,
review that target instead. Treat this diff as the review scope.
This is the opening of the README. Read the full README on GitHub.