Ppcl Review — Code Quality skill for Claude Code
Review a PPCL program — lint it, analyse its flow, and assess whether the sequence is actually right.
How to install Ppcl Review
Installs to ~/.claude/skills/jamesccupps-ppcl-ppcl-review/SKILL.md
mkdir -p ~/.claude/skills/jamesccupps-ppcl-ppcl-review && curl -fsSL https://raw.githubusercontent.com/jamesccupps/PPCL/HEAD/commands/ppcl-review.md -o ~/.claude/skills/jamesccupps-ppcl-ppcl-review/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Ppcl Review does
description: Review a PPCL program — lint it, analyse its flow, and assess whether the sequence is actually right argument-hint: [firmware]
Review the PPCL program at `$1`.
Work in this order, and do not skip to an opinion before the tools have run.
1. Check it mechanically
Call `ppcl_lint` on the file's contents. If the user named a firmware in `$2`, pass it; otherwise ask which panel generation this is for **if and only if** the findings would differ — `pxc_a`
Alternatives in Code Quality
- Open Code Review — /open-code-review 21.5k ★
- Code Quality Review — Review code quality in: $ARGUMENTS 5.8k ★
- Ars Lit Review — ARS academic-paper lit-review mode — annotated bibliography in paper format 4.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Coryking Plugins
Claude Code plugin marketplace for people who drive a fleet of agents and want to know what the hell those age
Parallel Review
Dynamic parallel code review. The classifier reads the diff, detects the platform (RN/web, Android, iOS), sele
MCP Config
Turn one MCP server setup into the right format for lots of apps.
Gc Exploratory
Exploratory review — find concerns lint/golden-rules/docs-reviewer cannot catch, then create tq actions for ea
Brooks Debt
Run a Brooks-Lint tech debt assessment
Brooks Health
Run a Brooks-Lint codebase health dashboard across all four dimensions
Related Agents
Sim Verifier Sonnet
Drives the iOS/watchOS simulator to check that a change actually looks and behaves right — launch, tap through
Engine Design Review Product Intent
Before a change you've asked for gets built, checks the plan against what you actually need — is it solving th
Dr Altitude
Deep-review finder angle. Judges whether each change is made at the right depth - a real fix in the shared mec