perform-preflight
Installation
SKILL.md
Preflight Checklist
Run this checklist before committing or creating a PR. Consult the repo's CLAUDE.md for platform-specific commands (test runner, linter, formatter).
Tests
- Run tests for affected modules (consult CLAUDE.md for commands)
- New code has test coverage
- No existing tests broken
Code Quality
- Lint and format pass (consult CLAUDE.md for commands)
- No TODO comments without Jira ticket references
- Public APIs documented per repo convention (KDoc, DocC, XML docs, etc.)