One-click install
npx skills add https://github.com/TermiX-official/cryptoclaw --skill review-pr-termix-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/TermiX-official/cryptoclaw/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/TermiX-official/cryptoclaw --skill review-pr-termix-official

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to perform thorough, non-destructive reviews of GitHub pull requests using the gh CLI and a formal, structured report, without pushing or merging changes.

Core Features & Use Cases

  • Structured review reports: deliver a clear, A–J style assessment of readiness for PR landing, without modifying code or branches.
  • Read-only workflow enforced: prevents pushes or merges during the review process.
  • Local traceability: saves the full review to .local/review.md for auditing and collaboration.
  • Use Case: When asked to review a PR, generate a formal feedback package detailing changes, risks, and readiness.

Quick Start

Install the review-pr skill and provide a PR number or URL when prompted. The skill will fetch PR details, run a read-only analysis, generate a structured A-J report, and save it to .local/review.md.

Frequently Asked Questions about review-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a structured review report for a GitHub pull request?

To generate a structured pull request review, provide a PR number or URL to run a read-only analysis using the gh CLI in a local worktree. It outputs a formal A-J readiness report saved to .local/review.md.

Can I review a GitHub PR without modifying the code or merging branches?

Yes, you can review a GitHub PR without modifying code because the workflow enforces a strictly read-only analysis. It fetches PR details and generates feedback without pushing, merging, or altering branches.

What is a read-only git worktree workflow for pull request reviews?

A read-only git worktree workflow for pull request reviews isolates PR analysis locally using the gh CLI to fetch details without altering the main repository. It prevents pushes or merges while generating a formal readiness report.

Does PR review with gh CLI require write access to the repository?

PR review with gh CLI does not require write access to the repository because the process is strictly read-only. It safely analyzes changes and generates a structured report without pushing commits or merging branches.

Where is the structured PR review report saved locally?

The structured PR review report is saved locally to .local/review.md. This provides full traceability for auditing and collaboration by storing the complete A-J readiness assessment on your machine.