pr-review
✓WordPress-focused pull request review with double verification checklist. Use when reviewing PRs, performing code audits, or ensuring quality before merging.
Installation
SKILL.md
Systematic pull request review process with double verification for WordPress development teams.
| XSS | echo $GET['q'] | echo eschtml( $GET['q'] ) | | SQL Injection | WHERE id = $GET['id'] | $wpdb->prepare( 'WHERE id = %d', $id ) | | CSRF | Form without nonce | wpnoncefield( 'action' ) | | Broken Auth | No capability check | currentusercan( 'editposts' ) |
WordPress-focused pull request review with double verification checklist. Use when reviewing PRs, performing code audits, or ensuring quality before merging. Source: vapvarun/claude-backup.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vapvarun/claude-backup --skill pr-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/vapvarun/claude-backup --skill pr-review- Source
- vapvarun/claude-backup
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is pr-review?
WordPress-focused pull request review with double verification checklist. Use when reviewing PRs, performing code audits, or ensuring quality before merging. Source: vapvarun/claude-backup.
How do I install pr-review?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vapvarun/claude-backup --skill pr-review 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/vapvarun/claude-backup
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01