@aaronmaturen/pi-config
Professional development workflow skills for pi — JIRA integration, PR review, and investigation tools
Package details
Install @aaronmaturen/pi-config from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@aaronmaturen/pi-config- Package
@aaronmaturen/pi-config- Version
1.1.3- Published
- Mar 6, 2026
- Downloads
- 30/mo · 6/wk
- Author
- aaronmaturen
- License
- MIT
- Types
- extension, skill
- Size
- 103.1 KB
- Dependencies
- 1 dependency · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions",
"node_modules/@aaronmaturen/pi-context7/src/index.ts"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-config
Professional development workflow skills for pi — JIRA-linked commit messages, PR review, investigation workflows, and more.
Skills
| Skill | Description |
|---|---|
commit-msg |
Generate a JIRA-linked commit message from staged changes |
pr-review |
Comprehensive PR analysis with educational context |
implement-pr-feedback |
Systematically work through PR review comments |
ticket-explainer |
Explain a JIRA ticket in plain language |
bug-investigation |
5 Whys root cause analysis with Fix Verification Criteria |
feature-investigation |
Feature requirement analysis from a JIRA ticket |
spike-investigation |
Technical spike research and recommendation report |
generate-slidedeck |
Generate a presentation deck from a topic or document |
Installation
pi install git:github.com/aaronmaturen/pi-config
Usage
/skill:commit-msg
/skill:pr-review https://github.com/org/repo/pull/123
/skill:implement-pr-feedback
/skill:ticket-explainer PRO-1234
/skill:bug-investigation BUG-567
/skill:feature-investigation PRO-1234
/skill:spike-investigation
/skill:generate-slidedeck
Dependencies
Some skills require external CLIs:
# GitHub CLI — for pr-review, implement-pr-feedback
brew install gh && gh auth login
# JIRA CLI — for ticket-explainer, bug/feature-investigation
brew install ankitpokhrel/jira-cli/jira-cli && jira init
License
MIT