.claude/skills/green/SKILL.md
Completion criteria -- typecheck, build, test, format must all pass
npx skillsauth add finlaysonstudio/jaypie greenInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before considering work complete, verify affected packages are "green":
npm run typecheck -w packages/<name> # or workspaces/<name>
npm run build -w packages/<name> # or workspaces/<name>
npm test -w packages/<name> # or workspaces/<name>
npm run format packages/<name> # or workspaces/<name>
All four must pass with zero errors or warnings for each affected package.
testing
Work a GitHub issue -- validate, test, plan, implement, report
testing
Run and write Vitest tests, mock Jaypie with testkit, CI matrix
testing
Merge process -- push, CI check, PR, merge, deploy monitor, prune branches
documentation
Prepare a release by committing, versioning, updating docs and skills