create-review-checklist

Generate customized review checklists for code changes by file type.

18|5|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill create-review-checklist-homericintelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-review-checklist
Source: https://github.com/HomericIntelligence/ProjectOdyssey/tree/main/.claude/skills/create-review-checklist
Command: npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill create-review-checklist-homericintelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the code review process by generating customized checklists based on the specific types of changes introduced in a pull request, ensuring a more focused and effective review.

Core Features & Use Cases

  • Automated Checklist Generation: Creates checklists for Mojo, Python, tests, documentation, and configuration files.
  • Change Type Detection: Analyzes file extensions and content to categorize changes.
  • Use Case: When reviewing a pull request that modifies both Mojo implementation files and associated documentation, this Skill can generate a combined checklist that covers best practices for both code quality and documentation accuracy.

Quick Start

Use the create-review-checklist skill to generate a review checklist for the current pull request.

Frequently Asked Questions about create-review-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a code review checklist for a pull request?

A code review checklist is a tailored itemization of coding standards and best practices used to review pull requests. It ensures focused reviews by categorizing changes based on detected file types and modification scope.

How does automated checklist generation work for Python and Mojo code changes?

Automated checklist generation works by analyzing file extensions and content to categorize changes. It then produces tailored review items for Python and Mojo code changes to ensure adherence to project-specific coding standards.

Can I use a single checklist to review both implementation code and documentation updates?

Yes, you can use a combined checklist to review both implementation code and documentation updates. The generation process analyzes file types to create a unified list covering best practices for both code quality and documentation accuracy.

What is the best way to ensure adherence to project-specific coding standards during code reviews?

The best way to ensure adherence to project-specific coding standards is to generate customized review checklists based on detected file types. This provides tailored itemization for focused reviews across different code changes.

Does automated checklist generation support configuration files and tests?

Yes, automated checklist generation supports configuration files and tests. It detects these specific file types and modification scopes to generate targeted review items that cover relevant best practices.