masoncl/review-prompts
Review Prompts for AI-Assisted Code Review
AI-assisted code review prompts for Linux kernel and systemd development. Works with Claude Code and other AI tools.
Quick Start
Install Kernel Prompts Only
|
|
Install systemd Prompts Only
|
|
Install Both
|
|
Available Commands
| Project | Review | Debug | Verify |
|---|---|---|---|
| Kernel | /kreview |
/kdebug |
/kverify |
| systemd | /systemd-review |
/systemd-debug |
/systemd-verify |
Project Documentation
- Kernel Review Prompts - Linux kernel specific patterns and protocols
- systemd Review Prompts - systemd specific patterns and protocols
How It Works
Each project has:
- Skill file - Automatically loads context when working in the project tree
- Slash commands - Quick access to review, debug, and verify workflows
- Subsystem files - Domain-specific knowledge loaded on demand
The skills detect your working directory and load appropriate context:
- In a kernel tree: kernel skill loads automatically
- In a systemd tree: systemd skill loads automatically
Structure
|
|
Semcode Integration
These prompts work best with semcode for fast code navigation and semantic search.
License
See kernel/LICENSE for license information.