pr-ready
Installation
SKILL.md
PR Readiness Checker
Validates that code is ready for a pull request by running automated checks (type checking, linting, tests) and reviewing changes.
Quick Start
Run the unified PR readiness script:
bash "$SKILL_DIR/scripts/check-deploy-ready.sh"
Or run individual checks:
# Type checking only
bash "$SKILL_DIR/scripts/check-types.sh"