flows-code-review
Installation
SKILL.md
Flows Code Review
This skill is the technical review step of the Flows app certification flow:
flows-app-brief → build → flows-code-review (this skill, repeat until clean) → flows-design-review → flows-external-app-submit
Pre-checks
Before starting, confirm:
package.jsonexists (Node/TS project)- We are inside a git repository (
git rev-parse --git-dir) - If
App-Brief.mdis missing at repo root, warn the user thatflows-app-briefshould be run first, but continue.
Determine the feedback round: look at reviews/code-review/. If it doesn't exist, use feedback-round-1/. Otherwise increment to the next missing round number.