review-package

Bundle code files, a contextual README, and an instructional prompt into a zip archive.

42|11|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/petekp/claude-code-setup --skill review-package
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-package
Source: https://github.com/petekp/claude-code-setup/tree/main/skills/review-package
Command: npx skills add https://github.com/petekp/claude-code-setup --skill review-package

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of preparing code for external review, ensuring all necessary context and relevant files are bundled together for clarity and efficiency.

Core Features & Use Cases

  • Automated Packaging: Creates a self-contained zip archive of your current work.
  • Contextual README: Generates a README with project context, focus areas, and architecture notes.
  • File Selection: Intelligently identifies core, related, test, and config files.
  • Use Case: Before handing off a complex feature to another team or an AI reviewer, use this Skill to bundle all relevant code, tests, and documentation into a single package with a clear explanation of what's included and what to look for.

Quick Start

Use the review-package skill to create a review package of your current work.

Frequently Asked Questions about review-package

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

FAQPage Schema
How do I package code for external review?

Package code for external review by bundling relevant code files, a contextual README, and an instructional prompt into a self-contained archive. This Skill intelligently identifies core, related, test, and config files to provide complete project context.

Can I scope code analysis to a specific focus area when creating a review package?

Yes, you can scope code analysis by passing an optional focus area argument when triggering the review package creation. This focuses the analysis results and contextualizes the generated README and instructional prompt for the reviewer.

What is included in a self-contained code review package?

A self-contained code review package includes relevant source code, tests, and configuration files. It also contains a contextual README with project context, focus areas, architecture notes, and an instructional prompt guiding the review process.

Does automated review packaging work for handoffs to AI reviewers?

Yes, automated review packaging works for AI reviewers by bundling current work with a contextual README and instructional prompt. This ensures external AI or human reviewers receive all necessary context and relevant files together.

How do I bundle project context and architecture notes for a team handoff?

Bundle project context and architecture notes by triggering this Skill to generate a review package. It creates a zip archive containing your code alongside a README that clearly explains what is included and what to look for.