@firstpick/pi-skill-test-plan-generator

Agents should invoke this skill when planning tests from specs, architecture docs, PRs, risky changes, new features, bug fixes, or release work. Generates prioritized unit, integration, E2E, regression, and edge-case coverage.

Packages

Package details

skill

Install @firstpick/pi-skill-test-plan-generator from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-test-plan-generator
Package
@firstpick/pi-skill-test-plan-generator
Version
0.1.1
Published
May 18, 2026
Downloads
not available
Author
firstpick
License
MIT
Types
skill
Size
5.7 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@firstpick/pi-skill-test-plan-generator

A Pi skill for tasks involving planning tests from specs, architecture docs, PRs, risky changes, new features, bug fixes, or release work. Generates prioritized unit, integration, E2E, regression, and edge-case coverage.

What it does

  • Adds the test-plan-generator skill to Pi's skill library.
  • Guides agents to invoke the skill when planning tests from specs, architecture docs, PRs, risky changes, new features, bug fixes, or release work. Generates prioritized unit, integration, E2E, regression, and edge-case coverage.
  • Bundles skills/test-plan-generator/SKILL.md plus any supporting references, scripts, tests, fixtures, or assets used by the skill.

Install

pi install npm:@firstpick/pi-skill-test-plan-generator

Configuration

No required configuration.

Commands

None.

Tools

None.

Example view

User: Review this change for the concerns covered by `test-plan-generator`.
Agent: Invokes the `test-plan-generator` skill, follows its workflow, and reports the result.