review

Validate the barista.p8 cart and return a PASS/FAIL verdict with line numbers.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Loupax/coffee-pool --skill review-loupax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Loupax/coffee-pool/tree/main/.claude/skills/review
Command: npx skills add https://github.com/Loupax/coffee-pool --skill review-loupax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you validate the current state of the barista.p8 game by running a QA pass to catch correctness, consistency, and completeness problems before release or continued work.

Core Features & Use Cases

  • Run targeted game QA: Validate the whole barista.p8 cart by default, or focus the review on a specific target you specify.
  • Deterministic issue finding with a clear verdict: Produces a PASS / FAIL / PASS WITH NOTES result and points to problems with line numbers.
  • Coverage across gameplay and implementation: Checks physics, state machine behavior, scoring logic, HUD accuracy, and variable initialization/token budget waste.

Quick Start

Ask to “run a QA review on barista.p8” to get a PASS/FAIL verdict with line-numbered issues.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run a QA review on a PICO-8 game cart?

Run a QA review on your PICO-8 cart by invoking a QA agent with a review prompt, which identifies gameplay and implementation defects and returns a PASS, FAIL, or PASS WITH NOTES verdict.

What does PICO-8 game testing cover for state machine and scoring logic?

PICO-8 game testing validates physics, state machine behavior, scoring logic accuracy, HUD consistency, and variable initialization to ensure gameplay completeness.

Can I target a specific section of the barista.p8 cart for code review?

You can focus the code review on a specific target within the barista.p8 cart, or validate the entire game by default to catch correctness and consistency problems before continuing development.

How does QA debugging identify issues in PICO-8 source code?

QA debugging identifies issues by running a QA agent that returns a verdict and points to specific problems with exact line numbers, helping you fix implementation defects fast.

Does the PICO-8 QA review check for token budget waste?

Yes, the PICO-8 QA review checks for token budget waste along with variable initialization, physics behavior, and HUD validation to ensure code correctness and completeness.