Skip to content

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.json manifest following the Agent Plugins specification
  • power.md entry point with overview, routing guide, prerequisites, and troubleshooting
  • Steering file dev.kiro/steering/gh-cli-patterns.md covering structured output, non-interactive usage, gh api escape 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.md documenting architecture decisions and skill breakdown
  • README.md with installation and usage instructions

Changed

  • Restructured project to match Kiro Power format:
    • Added plugin.json as required manifest
    • Renamed skill files from <name>.md to SKILL.md
    • Moved steering from steering/ to dev.kiro/steering/