Run powerful commands from PR comments
Trigger Aido from any pull request using a short comment
like aido summarize. Below are the core
commands.
aido summarize
Produces a clean, action-oriented summary of the changes across files with highlights, risks, and follow-ups.
aido review
Full AI review: flags bugs, edge cases, style issues, and security concerns with inline suggestions and rationales.
aido suggest (alias:
aido improve)
Auto-proposes refactors: clarity, performance, testing, and DX improvements with ready-to-paste patches.
aido explain
Explains tricky diffs in plain language, includes examples, trade-offs, and references for faster onboarding.
aido docs
Generates documentation drafts based on code changes in the PR, making it easier to keep docs in sync with implementation.
aido test
New
Generates a structured test plan: proposed test cases, coverage gaps, fixtures, mocks, and regression notes — so PRs ship with the tests they need.