
Pi Result Handling
- 1.8k installs
- 29 repo stars
- Updated August 2, 2026
- agents365-ai/365-skills
pi-result-handling provides documented workflows for Internal guidance for presenting Pi helper output back to the user
About
The pi-result-handling skill internal guidance for presenting Pi helper output back to the user # Pi Result Handling When the helper returns Pi output: - Preserve the helper's verdict, summary, findings, and next steps structure. - For review output, present findings first and keep them ordered by severity. - Use the file paths and line numbers exactly as the helper reports them. - Preserve evidence boundaries. If Pi marked something as an inference, uncertainty, or follow-up question, keep that distinction. - Preserve output sections when the prompt asked for them, such as observed facts, inferences, open questions, touched files, or next steps. - If there are no findings, say that explicitly and keep the residual-risk note brief. - If Pi made edits, say so explicitly and list the touched files when the helper provides them. - For `pi:pi-rescue`, do not turn a failed or incomplete Pi run into a Claude-side implementation attempt. Report the failure and stop.
- Preserve the helper's verdict, summary, findings, and next steps structure.
- For review output, present findings first and keep them ordered by severity.
- Use the file paths and line numbers exactly as the helper reports them.
- Preserve evidence boundaries. If Pi marked something as an inference, uncertainty, or follow-up question, keep that dist
- Preserve output sections when the prompt asked for them, such as observed facts, inferences, open questions, touched fil
Pi Result Handling by the numbers
- 1,785 all-time installs (skills.sh)
- +123 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #722 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
pi-result-handling capabilities & compatibility
- Capabilities
- preserve the helper's verdict, summary, findings · for review output, present findings first and ke · use the file paths and line numbers exactly as t · preserve evidence boundaries. if pi marked somet · preserve output sections when the prompt asked f
- Use cases
- documentation
What pi-result-handling says it does
# Pi Result Handling When the helper returns Pi output: - Preserve the helper's verdict, summary, findings, and next steps structure.
- For review output, present findings first and keep them ordered by severity.
npx skills add https://github.com/agents365-ai/365-skills --skill pi-result-handlingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.8k |
|---|---|
| repo stars | ★ 29 |
| Last updated | August 2, 2026 |
| Repository | agents365-ai/365-skills ↗ |
How do I use pi-result-handling for the task described in its SKILL.md triggers?
Internal guidance for presenting Pi helper output back to the user
Who is it for?
Teams invoking pi-result-handling when the user request matches documented triggers and prerequisites.
Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.
When should I use this skill?
Internal guidance for presenting Pi helper output back to the user
What you get
Step-by-step guidance grounded in pi-result-handling documentation and reference files.
- Formatted review findings
- Preserved evidence boundaries
- Developer confirmation prompt
Files
Pi Result Handling
When the helper returns Pi output:
- Preserve the helper's verdict, summary, findings, and next steps structure.
- For review output, present findings first and keep them ordered by severity.
- Use the file paths and line numbers exactly as the helper reports them.
- Preserve evidence boundaries. If Pi marked something as an inference, uncertainty, or follow-up question, keep that distinction.
- Preserve output sections when the prompt asked for them, such as observed facts, inferences, open questions, touched files, or next steps.
- If there are no findings, say that explicitly and keep the residual-risk note brief.
- If Pi made edits, say so explicitly and list the touched files when the helper provides them.
- For
pi:pi-rescue, do not turn a failed or incomplete Pi run into a Claude-side implementation attempt. Report the failure and stop. - For
pi:pi-rescue, if Pi was never successfully invoked, do not generate a substitute answer at all. - CRITICAL: After presenting review findings, STOP. Do not make any code changes. Do not fix any issues. You MUST explicitly ask the user which issues, if any, they want fixed before touching a single file. Auto-applying fixes from a review is strictly forbidden, even if the fix is obvious.
- If the helper reports malformed output or a failed Pi run, include the most actionable stderr lines and stop there instead of guessing.
- If the helper reports that setup is required (pi binary missing, no provider configured), direct the user to
/pi:setupand do not improvise alternate flows.
Related skills
How it compares
Use pi-result-handling alongside Pi invocation skills when the gap is faithful presentation of review output, not running the review itself.
FAQ
What does pi-result-handling do?
Internal guidance for presenting Pi helper output back to the user
When should I use pi-result-handling?
Internal guidance for presenting Pi helper output back to the user
What are common prerequisites?
--- name: pi-result-handling description: Internal guidance for presenting Pi helper output back to the user user-invocable: false --- # Pi Result Handling When the helper returns Pi output: - Preserve the helper's verdi