← ClaudeAtlas

review-checklistlisted

Generate a pre-release QA checklist from CHANGELOG.md. Creates an Asana task (or markdown fallback) with one checkbox per changed item. Pass --walk to run an interactive sign-off session. Failed items go to qa/qa-inbox/.
markbaindesign/bain-studio · ★ 0 · Code & Development · score 63
Install: claude install-skill markbaindesign/bain-studio
# Review Checklist — Pre-Release QA Checklist Generates a release-specific checklist from `CHANGELOG.md`. One checkbox per Added, Fixed, or Changed item. Can be created as an Asana task or a local markdown file. With `--walk`, steps through each item interactively for sign-off. --- ## Invoke ``` /review-checklist /review-checklist 1.2.0 /review-checklist --walk /review-checklist 1.2.0 --walk ``` --- ## Steps ### 1. Read CHANGELOG.md Find the target version section (or most recent if none specified). Extract all Added, Fixed, and Changed items. Ignore Removed unless the removal needs to be verified on the live site. If `CHANGELOG.md` does not exist or version is not found, stop and tell Mark to run `/changelog` first. ### 2. Build the checklist Create one checkbox per item: ```markdown ## Release review — v{version} — {YYYY-MM-DD} **Target:** staging | production (ask Mark) ### Added - [ ] {item} — verify: {how to verify} ### Fixed - [ ] {item} — verify: {how to verify} ### Changed - [ ] {item} — verify: {how to verify} ``` For each item, write a brief "verify:" note — the one thing to check to confirm it is working. Examples: - "New booking form" → "verify: submit a test enquiry via the contact page form" - "Mobile nav not closing" → "verify: open on mobile, tap a menu link, confirm menu closes" - "Hero image updated" → "verify: homepage hero shows new photography on both desktop and mobile" ### 3. Create the checklist **Primary path — Asana task:** Check