Pi extension with Jira, GitHub PR, and code-check tools and skills.
From git:
pi install git:github.com/abelfubu/pi-dev- Atlassian CLI (
acli) installed and authenticated:acli auth login
- GitHub CLI (
gh) installed and authenticated:gh auth login
- Node 20+.
~/.pi/agent/pi-dev.json and .pi/pi-dev.json are merged. The codeChecks key overrides auto-discovered commands:
{
"codeChecks": {
"eslint": "npm run lint:strict",
"vitest": "npm run test:unit",
"tsc": "npm run typecheck"
}
}| Tool | Purpose |
|---|---|
jira_search |
Search issues with JQL |
jira_view |
View an issue by key |
jira_create |
Create an issue |
jira_update |
Edit summary, labels, assignee |
jira_transition |
Transition an issue |
jira_transitions |
List available transitions |
jira_comment |
Add a comment |
jira_projects |
List projects |
| Tool | Purpose |
|---|---|
gh_pr_create |
Open a pull request |
gh_pr_view |
View a pull request |
gh_pr_checks |
Show CI status checks for a pull request |
| Tool | Purpose |
|---|---|
code_check_discover |
Detect available checks in the project |
code_check_eslint |
Run ESLint and summarize errors |
code_check_tsc |
Run tsc --noEmit and summarize errors |
code_check_vitest |
Run Vitest and summarize failures |
code_check_parallel |
Run selected checks in parallel |
jira— how to use the Jira tools.github-pr— how to use the GitHub PR tools.check— how to run code checks efficiently.
Includes the material-darker TUI theme. After installing the package, select it via /settings or set "theme": "material-darker" in settings.json.
MIT