jamesccupps

Ppcl Review — Code Quality skill for Claude Code

Code Quality community

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

Terminal
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

Full documentation available on GitHub

View Source Repository