Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161

Code Reviews

Review a diff the way a senior engineer would — severity-tagged findings, style rules and quality gates before merge.

11 skills

  1. 01

    Ponytail

    Skill
    Argues for the smallest change that actually solves the problem.
    0Code Reviews
  2. 02

    Copilot PR Autopilot

    Skill
    Runs a pull request through review rounds until no thread is waiting on the agent.
    0Code Reviews
  3. 03

    Semgrep Rule Creator

    Skill
    Writes custom Semgrep rules and refuses to call one done before its tests pass.
    0Code Reviews
  4. 04

    Finding Duplicate Functions

    Skill
    Hunts functions that solve the same problem twice under different names.
    0Code Reviews
  5. 05

    Verification Before Completion

    Skill
    Blocks any completion claim until a command has been run and its output read.
    0Code Reviews
  6. 06

    Requesting Code Review

    Skill
    Sends a reviewer subagent the diff and the requirements, not the session history.
    0Agent Engineering
  7. 07

    Receiving Code Review

    Skill
    Requires understanding and checking review feedback before acting on any of it.
    0Code Reviews
  8. 08

    CodeRabbit Code Review

    Skill
    Runs CodeRabbit's reviewer from inside the agent and applies its PR feedback change by change.
    0Code Reviews
  9. 09

    Code Review Excellence

    Skill
    Turns pull request review into a repeatable checklist instead of taste.
    0Code Reviews
  10. 10

    WCAG Audit Patterns

    Skill
    Audits a page against WCAG 2.2 and says how to fix what it finds.
    0Frontend & Design
  11. 11

    SQL Optimization Patterns

    Skill
    Reads the query plan before touching the query.
    0Databases & Data