chriswessells/github-cli-power
v1.0.0
Manage GitHub repos, issues, PRs, releases, and Actions using the gh CLI — no MCP server required
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-08-12
Added
plugin.jsonmanifest following the Agent Plugins specificationpower.mdentry point with overview, routing guide, prerequisites, and troubleshooting- Steering file
dev.kiro/steering/gh-cli-patterns.mdcovering structured output, non-interactive usage,gh apiescape hatch, error handling, pagination, and scripting patterns - Skill: issues — create, list, search, view, comment, edit, close, triage workflows
- Skill: pull-requests — create, review, merge, checkout, stacked PRs, auto-merge, draft management
- Skill: repos — create, clone, fork, configure settings, secrets, branch protection, collaborators
- Skill: releases — create, edit, delete, upload/download assets, draft/prerelease, auto-generated notes
- Skill: actions — list/view/trigger/rerun/cancel runs, watch, download artifacts, manage caches
spec/design.mddocumenting architecture decisions and skill breakdownREADME.mdwith installation and usage instructions
Changed
- Restructured project to match Kiro Power format:
- Added
plugin.jsonas required manifest - Renamed skill files from
<name>.mdtoSKILL.md - Moved steering from
steering/todev.kiro/steering/
- Added