@firstpick/pi-prompts-code-workflows
v0.1.6
Published
Reusable Pi prompt templates for code review, bug fixing, recommendation implementation, issue analysis, and incident triage.
Maintainers
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-workflowsRestart 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.
