@firstpick/pi-skill-acceptance-tester

Agents should invoke this skill as the final gate before release, handoff, or claiming completion for substantial changes. Runs acceptance/readiness checks, determines pass/fail, and gives a go/no-go recommendation.

Packages

Package details

skill

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

$ pi install npm:@firstpick/pi-skill-acceptance-tester
Package
@firstpick/pi-skill-acceptance-tester
Version
0.1.1
Published
May 18, 2026
Downloads
not available
Author
firstpick
License
MIT
Types
skill
Size
6.3 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-acceptance-tester

A Pi skill for use as the final gate before release, handoff, or claiming completion for substantial changes. Runs acceptance/readiness checks, determines pass/fail, and gives a go/no-go recommendation.

What it does

  • Adds the acceptance-tester skill to Pi's skill library.
  • Guides agents to invoke the skill as the final gate before release, handoff, or claiming completion for substantial changes. Runs acceptance/readiness checks, determines pass/fail, and gives a go/no-go recommendation.
  • Bundles skills/acceptance-tester/SKILL.md plus any supporting references, scripts, tests, fixtures, or assets used by the skill.

Install

pi install npm:@firstpick/pi-skill-acceptance-tester

Configuration

No required configuration.

Commands

None.

Tools

None.

Example view

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