@noice-tech/pi-github-issues
Pick a GitHub issue and start a focused Pi planning session.
Package details
Install @noice-tech/pi-github-issues from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@noice-tech/pi-github-issues- Package
@noice-tech/pi-github-issues- Version
1.3.0- Published
- Jul 31, 2026
- Downloads
- 807/mo · 471/wk
- Author
- samohovets
- License
- MIT
- Types
- extension
- Size
- 17.3 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions/github-issues/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@noice-tech/pi-github-issues
Pick a GitHub issue and start a focused Pi planning session.
Install
pi install -l npm:@noice-tech/pi-github-issues
Use
| Command | What it does |
|---|---|
/plan-issue |
Opens a searchable picker with issues assigned to you. |
/plan-issue 6 |
Opens issue 6 directly. Use a positive number without #. |
The picker loads up to 1,000 open issues. Search by number or title, press Tab to show all open issues, Enter to select, or Escape to cancel.
After selection, the extension names the session #<number> — <issue title> and starts a turn with Let’s plan solving issue #<number> from GitHub.
It does not inject the issue body or enable a special planning mode. The agent can inspect the issue with gh as needed.
Requirements
- GitHub CLI installed and authenticated with
gh auth login - A GitHub repository checkout
- Pi's interactive TUI when
/plan-issuehas no number