
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
pi-skill-test-subagent
Advanced tools
Pi extension for isolated skill pressure testing with baseline and skill-present subagents.
Pi extension for isolated skill pressure testing.
The package exposes:
skill_test_subagent — agent-facing tool for RED/GREEN skill tests./skill-test-settings — human-facing TUI command for cost-control defaults.The package does not install prompt templates and does not provide slash commands for running tests.
pi install npm:pi-skill-test-subagent
pi install . -l
Use the TUI command:
/skill-test-settings
Or edit settings JSON:
{
"skillTestSubagent": {
"model": "anthropic/claude-haiku-4-5",
"thinking": "off",
"reviewer": {
"model": "anthropic/claude-sonnet-4-5",
"thinking": "low"
}
}
}
Only users can configure child/reviewer model and thinking effort, through /skill-test-settings or settings JSON. Agents cannot set model or thinking in skill_test_subagent tool calls, inline scenarios, scenario files, or suite files. Non-model execution options still follow normal precedence: tool call parameters override scenario/suite settings, which override project settings, which override global settings. The settings UI lists models currently available to your Pi agent; model values can also use Pi's provider/id CLI format. Relative output directories resolve from the Pi cwd; relative skill paths in scenario/suite files resolve from the file that declares them.
Agents call skill_test_subagent. There is no slash command for running tests.
This package does not install prompt templates.
FAQs
Pi extension for isolated skill pressure testing with baseline and skill-present subagents.
We found that pi-skill-test-subagent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.