twl:workflow-pr-verify

Execute preflight, review, scope, and test steps to verify PR readiness.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shuu5/twill --skill twl-workflow-pr-verify
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: twl:workflow-pr-verify
Source: https://github.com/shuu5/twill/tree/main/plugins/twl/skills/workflow-pr-verify
Command: npx skills add https://github.com/shuu5/twill --skill twl-workflow-pr-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly validates PR readiness by orchestrating a structured, multi-step verification workflow from preflight through testing.

Core Features & Use Cases

  • Chain-driven PR verification: runs preflight, review, scope judgment, and tests in a defined sequence to prevent missed checks.
  • PR readiness checks and context handling: confirms PR existence, restores workflow context, and coordinates with autopilot mode when enabled.
  • Real-world scenarios: speeds up merge readiness by surfacing issues early in collaborative development.

Quick Start

Run the workflow-pr-verify chain on the current branch to validate the PR through preflight, review, scope, and test steps.

Frequently Asked Questions about twl:workflow-pr-verify

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

FAQPage Schema
How do I automate PR readiness verification for my branch?▼

PR readiness verification can be automated by orchestrating a chain of deterministic checks, running preflight, review, scope judgment, and test steps in sequence to prevent missed validations.

What is included in an automated PR verification workflow?▼

An automated PR verification workflow includes preflight checks, specialist review coordination, scope judgment, and testing, ensuring the branch passes all required validations before merging.

How do I run a multi-step PR check sequence on the current branch?▼

You can run a multi-step PR check sequence by executing a chain-runner script on the current branch, which applies deterministic automation to validate PR existence and run tests.

Does PR verification work with autopilot mode enabled?▼

Yes, PR verification coordinates with autopilot mode when enabled, restoring workflow context and recording progress to facilitate automated transitions between steps.

What is the best way to prevent missed checks before merging a pull request?▼

The best way to prevent missed checks is using a chain-driven verification flow that sequentially executes preflight, review, scope judgment, and tests, surfacing issues early.

Are there limitations to deterministic PR verification scripts?▼

Deterministic PR verification scripts require existing PR context and rely on structured step sequences, meaning they may not handle ad-hoc judgment calls outside the defined chain workflow.