check

Review code diffs, PRs, issues, and release readiness in GitHub repositories.

8|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/OiAnthony/.agents --skill check-oianthony
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/OiAnthony/.agents/tree/main/skills/check
Command: npx skills add https://github.com/OiAnthony/.agents --skill check-oianthony

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you review code changes, release readiness, and repository health without missing safety checks or maintainer workflow details.

Core Features & Use Cases

  • Code and diff review: surfaces actionable findings before merge.
  • Triage and release follow-through: handles issues, PRs, publishing, push/close actions, and release decisions.
  • Project audits: scores repository quality, checks worktree safety, and verifies command and packaging surfaces.
  • Use case: ask it to review a PR, assess whether a release is worth shipping, or run a project-wide quality audit.

Quick Start

Ask the check skill to review the current diff and return only actionable findings.

Frequently Asked Questions about check

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

FAQPage Schema
How do I review code diffs and pull requests for merge readiness?

To review code diffs for merge readiness, you can run a project audit that surfaces actionable findings before a merge. It requires worktree safety preflight and project-context extraction to evaluate pull requests safely.

What is the best way to assess release readiness before publishing?

Assessing release readiness involves verifying command and packaging surfaces, running worktree safety checks, and making final ship decisions. This process handles push, publish, and close actions to ensure a repository is ready for release.

How do I triage issue queues in GitHub-centered repositories?

To triage issue queues in GitHub-centered repositories, you analyze PRs and issues to determine priority and follow-through actions. This includes handling public replies, closing actions, and release gating based on project context.

Can I run a project-wide quality audit to score repository health?

Yes, you can run a project-wide quality audit to score repository health by checking worktree safety, verifying command surfaces, and extracting project context. This audit identifies actionable findings across the entire codebase.

Does code review and triage require worktree safety preflight checks?

Yes, worktree safety preflight is required before running code review, diff analysis, or release readiness checks. It ensures that verification commands and project-context extraction do not disrupt the local repository state.

What should I do if diff analysis is not surfacing actionable findings before merge?

If diff analysis is not surfacing actionable findings, ensure project-context extraction and verification commands are properly configured. A comprehensive project audit can help identify missing safety checks or maintainer workflow details.