masoncl/review-prompts

AI review prompts

What it solves

This project provides a set of specialized prompts for AI-assisted code review, specifically tailored for complex low-level systems programming projects like the Linux kernel, systemd, and iproute. It helps AI agents (such as Claude Code) apply project-specific patterns, protocols, and bug patterns to the review process.

How it works

The system uses a combination of skill files, slash commands, and subsystem files to provide context to the AI. Skill files automatically detect the working directory to load the correct project context. Slash commands (e.g., /kreview for the kernel) provide quick access to specific workflows for reviewing, debugging, and verifying code. Subsystem files provide domain-specific knowledge that is loaded on demand.

Who it’s for

Developers working on the Linux kernel, systemd, or iproute who use AI tools for code review and debugging.

Highlights

  • Project-Specific Context: Automatically loads context based on the project tree you are working in.
  • Workflow-Specific Commands: Dedicated slash commands for review, debug, and verify tasks.
  • Project-Specific Bug Patterns: Includes documentation on bug patterns for the kernel, systemd, and iproute.
  • Tool Integration: Optimized for use with semcode for semantic search and code navigation.

Related

  • Project
  • Project
  • Project
  • Project
  • Project