cogni-issues
Cogni Issues
Manage the lifecycle of GitHub issues for insight-wave ecosystem plugins: consult with the
user to understand the problem clearly, resolve which repository the plugin belongs to,
draft issues from templates, create them via gh issue create, and track them locally.
All GitHub operations use the gh CLI — atomic, scriptable, and the same transport
the rest of the cogni-service pipeline uses. The user must have gh installed and
authenticated (gh auth login) before this skill runs.
The reliability win over a browser-automation transport is concrete: labels are applied in the same API call that creates the issue (no "best-effort fallback" that silently drops type signals), the flow runs equally well from a remote routine, and the skill has no MCP-server dependency.