@firstpick/pi-prompts-code-workflows

Reusable Pi prompt templates for code review, bug fixing, recommendation implementation, issue analysis, and incident triage.

Packages

Package details

prompt

Install @firstpick/pi-prompts-code-workflows from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-prompts-code-workflows
Package
@firstpick/pi-prompts-code-workflows
Version
0.1.6
Published
Aug 21, 2026
Downloads
312/mo · 43/wk
Author
firstpick
License
MIT
Types
prompt
Size
8.2 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "prompts": [
    "./prompts"
  ]
}

Security note

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

README

Prompts Code Workflows for Pi

Adds ready-made prompts for reviews, bug fixes, issue work, and incident triage.

What you can do

  • Adds prompts for code review and bug fixing.
  • Implements the agent's recommendations while letting you exclude specific points.
  • Includes issue investigation and implementation flows.
  • Provides an incident-triage prompt for urgent problems.
  • Keeps each workflow reusable across projects.

Install

Install it through Pi:

pi install npm:@firstpick/pi-prompts-code-workflows

Restart Pi if the package does not appear in your current session.

How to use it

Choose the slash command that matches the job, such as /review, /fix, or /incident, then give Pi the relevant repository, issue, error, or change.

  • /fix — fix a reported issue end-to-end with verification.
  • /incident — triage incidents with impact, severity, mitigation, and investigation plan.
  • /issue-fix — turn an issue into root-cause analysis and implementation plan.
  • /issue-new — draft a clean maintainer-friendly issue.
  • /recomended — implement the agent's latest recommendations. Add recommendation numbers, labels, or short descriptions to exclude them.
  • /review — review code for correctness, security, performance, and maintainability.
  • /sum-issue — summarize current feature/fix state and next step.

For example, /recomended 2 "documentation changes" implements the other recommendations but skips recommendation 2 and any documentation changes. Run /recomended without arguments to implement every actionable recommendation.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.