test-plan

Generate local test execution instructions from a PR's Test plan checklist.

Updated May 3, 2026
One-click install
npx skills add https://github.com/ousiass/dotfiles --skill test-plan-ousiass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-plan
Source: https://github.com/ousiass/dotfiles/tree/main/.claude/skills/test-plan
Command: npx skills add https://github.com/ousiass/dotfiles --skill test-plan-ousiass

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRのTest planチェックリストを読み解いて、非エンジニアでも実行できるローカル向けテスト手順書を用意する手間を減らします。

Core Features & Use Cases

  • PRのテスト項目を抽出: PR本文のTest planチェックリストを読み取り、未完了項目のみに焦点を当てます。
  • 差分から起動・環境・手順を生成: PR差分とリポジトリ構成を参照して、起動方法・必要な環境変数・コピペで進められる具体手順を組み立てます。
  • PRコメントとして投稿: 生成した手順書をPRコメントに投稿して、レビューと検証を前に進めます。

Quick Start

/test-plan 176 と入力して、PR番号に対応するローカル実行テスト手順書をPRコメントとして生成・投稿してもらってください。

Frequently Asked Questions about test-plan

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

FAQPage Schema
How do I generate local test steps from a PR test plan checklist?

To generate local test steps from a PR test plan checklist, use the test-plan skill to analyze PR metadata, diff, and repository structure, then post the resulting step-by-step instructions back to the PR comment.

Can I automatically create a test plan for a pull request from its diff?

Yes, you can create a test plan for a pull request by extracting the Test plan checklist items and mapping them to related diff sections, environment setup requirements, and changed files.

How does mapping a PR checklist to code changes help with local testing?

Mapping a PR checklist to code changes helps with local testing by analyzing the PR title, body, and repository structure to generate specific execution instructions, success criteria, and troubleshooting guidance for frontend and backend changes.

What is the best way to write QA verification instructions for a GitHub PR?

The best way to write QA verification instructions for a GitHub PR is to automatically generate copy-pasteable local execution steps from the PR's Test plan checklist and post them directly as a PR comment.

Does generating local test instructions from a PR test plan work for external integrations?

Generating local test instructions from a PR test plan works for external integrations by analyzing the required environment variables and diff sections to build tolerant extraction of checklist items and troubleshooting guidance.