Documentation
README
Code Review
This skill enables an AI agent to conduct a structured, comprehensive code review on a source file, a set of changes, or a pull request. The agent examines the code across multiple quality dimensions โ correctness, security, performance, readability, and maintainability โ and produces a detailed review report with actionable feedback tied to specific lines of code.
Workflow
- Parse the input and establish context. Determine whether the input is a single file, a directory, or a pull request diff. If it is a pull request, fetch the diff and identify the base branch so that only the changed lines are reviewed. Read any related configuration files (linter configs, style guides, type definitions) to calibrate the review against the project's standards.
This is the opening of the README. Read the full README on GitHub.