pr-ready
✓Checks if code is ready for a pull request by running type checks, linting, tests, and code quality review for Node.js/TypeScript and Python projects. Use when preparing code for a PR, running pre-commit validation, or when the user asks to check code quality, run linters, run tests, or verify PR readiness.
Installation
SKILL.md
Validates that code is ready for a pull request by running automated checks (type checking, linting, tests) and reviewing changes.
All Checks Passed The code is ready for a pull request.
See code-review-guide.md for detailed code review patterns and examples.
Checks if code is ready for a pull request by running type checks, linting, tests, and code quality review for Node.js/TypeScript and Python projects. Use when preparing code for a PR, running pre-commit validation, or when the user asks to check code quality, run linters, run tests, or verify PR readiness. Source: anamtechjay/cowboy-v2.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/anamtechjay/cowboy-v2 --skill pr-ready- Source
- anamtechjay/cowboy-v2
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is pr-ready?
Checks if code is ready for a pull request by running type checks, linting, tests, and code quality review for Node.js/TypeScript and Python projects. Use when preparing code for a PR, running pre-commit validation, or when the user asks to check code quality, run linters, run tests, or verify PR readiness. Source: anamtechjay/cowboy-v2.
How do I install pr-ready?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/anamtechjay/cowboy-v2 --skill pr-ready Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/anamtechjay/cowboy-v2
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-03