🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@feniix/pi-devtools

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feniix/pi-devtools

Devtools extension for pi — branch and PR workflow, release automation, PR feedback resolution, merge commands, with GitHub and Linear tracker support

latest
Source
npmnpm
Version
3.0.1
Version published
Maintainers
1
Created
Source

@feniix/pi-devtools

Devtools extension for pi — branch and PR workflow, release automation, and merge commands.

Features

  • Git Workflow Tools: Create branches, commit, push, create PRs
  • Merge Commands: Merge or squash-merge PRs with branch cleanup
  • Release Automation: Analyze commits, bump versions, generate changelogs, create releases
  • CI Status Checking: Check GitHub Actions status before merging or releasing

Install

pi install npm:@feniix/pi-devtools

Ephemeral (one-off) use:

pi -e npm:@feniix/pi-devtools

Tools

Branch & PR Tools

ToolDescription
devtools_create_branchCreate and switch to a new git branch
devtools_commitStage files and create a commit with conventional format
devtools_pushPush branch to remote with upstream tracking
devtools_create_prCreate a GitHub pull request
devtools_get_repo_infoGet current branch, default branch, and remote info

Merge Tools

ToolDescription
devtools_merge_prMerge a PR with optional branch deletion
devtools_squash_merge_prSquash-merge a PR with optional branch deletion
devtools_check_pr_statusCheck CI status for a PR
devtools_check_ciCheck CI status for the current branch

Release Tools

ToolDescription
devtools_get_latest_tagGet the latest version tag from git
devtools_analyze_commitsAnalyze commits since last tag to determine version bump
devtools_bump_versionUpdate version in package.json
devtools_create_releaseCreate a GitHub release with changelog

Skills

  • brpr: Branch, commit, push, and open PR workflow
  • release: Automated release process with changelog generation
  • merge: Merge or squash-merge PRs

Configuration

Required: GitHub CLI

The gh CLI must be installed and authenticated:

gh auth login

Optional: Default Branch

The extension auto-detects the default branch, but you can set it explicitly:

export DEFAULT_BRANCH=main  # or 'master'

Requirements

  • pi v0.51.0 or later
  • git CLI
  • gh CLI (authenticated)
  • jq (for JSON parsing)

License

MIT

Keywords

pi

FAQs

Package last updated on 15 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts