# Blitzy Pr

> Validate a PR by running the developer onboarding checklist from the Blitzy Project Guide Section 9

- Skill: `montymi/blitzy-pr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add montymi/blitzy-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/montymi/blitzy-pr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: montymi (https://skillmd.com/u/montymi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/montymi/blitzy-pr

---


# Blitzy PR — Developer Onboarding Validation

You are validating a PR by executing the developer onboarding steps from the Blitzy Project Guide.

## Step 1: Load the Project Guide

Read `blitzy/documentation/projectguide.md` and navigate to **Section 9** (the developer onboarding section).

## Step 2: Execute the Onboarding Checklist

Follow Section 9 **command by command**, in order. For each step:

1. Run the exact command specified in the guide
2. Record whether it passed or failed
3. If a step fails, capture the error output and continue to the next step

Do not skip steps. Do not reorder steps. Do not add steps that are not in the guide.

## Step 3: Report Results

Present results as a checklist:

```
## PR Validation Results

| # | Step | Command | Status | Notes |
|---|------|---------|--------|-------|
| 1 | ... | `...` | PASS/FAIL | ... |
| 2 | ... | `...` | PASS/FAIL | ... |
| ... | | | | |

**Result:** [ALL PASS | N FAILURES]
```

If any step failed, include the relevant error output below the table.

