workflow-pr

Installation
SKILL.md

PR Workflow Skill

full checklist for every pull request.

Phase 1: Before Creating PR

1. Run Validations

JavaScript/TypeScript:

pnpm typecheck && pnpm build && pnpm test
# or: npm run typecheck && npm run build && npm test

Python:

mypy . && python -m pytest && ruff check .
Installs
20
GitHub Stars
6
First Seen
Jun 15, 2026
workflow-pr — kensaurus/cursor-kenji