What problem does it solve?
This Skill turns accumulated knowledge-buffer changes into a controlled GitHub issue and pull request workflow, so updates can reach main without manual coordination or risky direct pushes.
Core Features & Use Cases
- Issue-to-PR automation: Creates a tracking issue, opens a pull request, and prepares auto-merge for buffered knowledge changes.
- Safety gates: Prevents duplicate open requests, requires push validation, and keeps main protected behind CI and review.
- Operational use case: Use it when review findings, session notes, or documentation edits have built up in knowledge/buffer and need to be published to the repository in a repeatable way.
Quick Start
Ask the assistant to run the knowledge-pr workflow for the current repository so buffered knowledge changes are turned into an issue, a pull request, and an auto-merge-ready update.