@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.
Package details
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.5- Published
- Aug 7, 2026
- Downloads
- 381/mo · 23/wk
- Author
- firstpick
- License
- MIT
- Types
- skill
- Size
- 6.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
Acceptance Tester
Check whether important work is genuinely ready to release, share, or hand over.
Helpful when
- You are about to release a change.
- Someone else needs to take over the work.
- You want a clear final check instead of relying on “it looks done.”
What to share with Pi
- The work or project to check
- What “done” should mean
- Any required checks or promises made to users
Try asking
Check whether this work is ready to release. Verify the important requirements and give me a clear go or no-go decision.
What you’ll get
- A plain-language readiness decision
- The checks that passed or failed
- Anything that still needs attention
Keep in mind
A readiness review is only as strong as the requirements and evidence available. Missing information will be called out rather than guessed.
Install
pi install npm:@firstpick/pi-skill-acceptance-tester
Restart Pi if the skill does not appear in your current session.
Technical details
See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.