
Gh Workflow
- Updated June 8, 2026
- evaldasguogis/shared-tools-marketplace
gh-workflow is a Claude Code skill in the Automation & Workflows category. Tiny gh-CLI skills for everyday PR/branch housekeeping (my-prs, review-queue, stale-branches). Stack-agnostic.
Key points
- gh-workflow
- Automation & Workflows
- AI-coding skill
Gh Workflow by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add evaldasguogis/shared-tools-marketplace/plugin install gh-workflow@shared-toolsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 8, 2026 |
|---|---|
| Repository | evaldasguogis/shared-tools-marketplace ↗ |
What it does
Tiny gh-CLI skills for everyday PR/branch housekeeping (my-prs, review-queue, stale-branches). Stack-agnostic.
README.md
shared-tools (Claude Code plugin marketplace)
Internal Claude Code plugins for the team, owned by meshIQ.
Plugins
- gh-workflow — tiny
gh-CLI skills for everyday PR/branch housekeeping:my-prs— your open PRs across the Nastel org, with the merge-ready ones on topreview-queue— PRs awaiting your review, oldest-firststale-branches— in the current repo, find merged-PR branches you forgot to delete (asks before deleting; never touchesmain/master/release/*/hotfix/*)
Use it
/plugin marketplace add evaldasguogis/shared-tools-marketplace
/plugin install gh-workflow@shared-tools
Or enable it per-project by committing this to the project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"shared-tools": { "source": { "source": "github", "repo": "evaldasguogis/shared-tools-marketplace" } }
},
"enabledPlugins": { "gh-workflow@shared-tools": true }
}
Hosted at
evaldasguogis/shared-tools-marketplace(personal space) for now; owned by meshIQ (theownerfield is just a label, independent of the host). Requires theghCLI authenticated inside your environment.