preview

Screen Pull Requests and generate structured pre-review reports.

11|1|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/thkt/dotclaude --skill preview-thkt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preview
Source: https://github.com/thkt/dotclaude/tree/main/.ja/skills/preview
Command: npx skills add https://github.com/thkt/dotclaude --skill preview-thkt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the initial screening of Pull Requests (PRs) before human review, catching potential issues early and streamlining the development workflow.

Core Features & Use Cases

  • Automated PR Screening: Performs a quick, AI-driven review of PRs to identify common issues.
  • Pre-human Review Check: Acts as a first pass to ensure basic quality and adherence to standards.
  • Use Case: When a developer submits a PR, this skill can be invoked to provide an immediate, preliminary assessment, allowing the human reviewer to focus on deeper, more complex aspects of the code.

Quick Start

Use the preview skill with the PR number 123 to get a screening report.

Frequently Asked Questions about preview

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

FAQPage Schema
How do I automate PR screening before human code review?

AI PR screening automates initial code review by checking out pull requests, analyzing diffs, and generating structured reports. It identifies must-address issues and provides actionable feedback before human reviewers begin their assessment.

Can I use GitHub CLI to automate pull request reviews?

Yes, GitHub CLI enables pull request automation by checking out PRs, extracting diffs and comments, and feeding them into AI analysis pipelines to generate structured screening reports with actionable feedback.

What does an automated PR pre-review report include?

An automated PR pre-review report includes code diff summaries, dependency impact analysis, and suggested review comments. It identifies must-address issues and provides actionable feedback to streamline human code review.

Do I need GitHub CLI installed to run automated PR analysis?

Yes, GitHub CLI is required to run automated PR analysis. The skill depends on the gh command-line tool to check out pull requests, retrieve diffs, and fetch comments for AI-driven screening and report generation.

How do I generate AI review comments for a pull request?

To generate AI review comments, the skill analyzes pull request diffs and existing comments using automated screening steps. It produces suggested review comments and structured reports highlighting dependency impacts and must-address issues.