ci-code-review

Installation
SKILL.md

Provide a code review for the given pull request.

Follow these steps:

  1. Eligibility Check (Sonnet): Check if the PR (a) is closed, (b) is automated/trivial. If so, stop.

  2. PR Analysis (Opus): View the PR and return:

    • Summary of the change and its purpose
    • List of new functions, types, enums, or abstractions introduced
    • For each new abstraction: its name, stated purpose (from comments/docs), and intended usage contract
  3. Parallel Deep Review (4 Opus agents):

    Pass the PR summary and new abstractions list to each agent.

    a. Semantic Consistency Agent: For each new function/type/enum introduced:

    • Read its definition, documentation, and any comments describing when/how it should be used
    • Find ALL usages of that abstraction within the PR
    • Verify each usage matches the documented intent
Related skills
Installs
2
Repository
a16z/jolt
GitHub Stars
987
First Seen
14 days ago