- Home
- Skills
- Petekp
- Agent Skills
- Review Package
review-package_skill
- Makefile
2
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill petekp/agent-skills --skill review-package- SKILL.md3.9 KB
Overview
This skill creates a self-contained review package of your current work, bundling relevant files with a contextual README and an instructional review prompt. It scopes the bundle by an optional focus area and produces a ready-to-send zip plus the prompt copied to the clipboard for quick handoff. The package is optimized for external reviewers—human or AI—so they can review without additional context.
How this skill works
It asks two quick questions to determine review type and focus areas, then spawns an analyzer agent that inspects the project root or recent changes. The skill generates a tailored README and an instruction prompt, writes a file list, and runs a packaging script to produce a zip while preserving directory structure and excluding build artifacts. Finally it reports zip location, file counts, and copies the review prompt to the clipboard.
When to use it
- Hand off work for an external human code or architecture review
- Get a second opinion from another AI model or cross-model review
- Prepare a focused review on performance, security, or maintainability
- Package recent changes before a design or sprint review
- Create a shareable snapshot for onboarding or audit purposes
Best practices
- Answer the initial questions precisely to scope the review effectively
- Provide a concise focus area or list of specific concerns when available
- Run from the project root so the analyzer can detect git status and recent changes
- Review the generated README and prompt before sending to ensure sensitive data is excluded
- Keep the repo clean of build artifacts; binary exclusions are automatic but verify large files
Example use cases
- Prepare a code review package focusing on bug-prone modules for a senior engineer
- Create an architecture review bundle to discuss high-level patterns with an architect
- Send a security-focused package to a security team with explicit threat concerns listed
- Produce a maintainability package for a refactor planning session
- Generate an AI-directed prompt and zip to request an automated code audit
FAQ
Yes. Provide an optional focus area when invoking the skill; the analyzer will restrict analysis to that scope or to recent changes when none is provided.
Is sensitive data excluded automatically?
The packaging excludes common build artifacts and binaries, but you should review the generated README and file list to ensure no secrets are included before sending.