·pr-review
</>

pr-review

vapvarun/claude-backup

WordPress-focused pull request review with double verification checklist. Use when reviewing PRs, performing code audits, or ensuring quality before merging.

6Installs·0Trend·@vapvarun

Installation

$npx skills add https://github.com/vapvarun/claude-backup --skill pr-review

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

View raw

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
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