What problem does it solve? When AI agents work on a repository, it is unclear which actions they may take without asking and which must be left to a human, leading to risky operations like merging pull requests or requesting reviews without authorization. This Skill codifies the authority boundary so agents act consistently across sessions. ## Core Features & Use Cases - Autonomous action list: Spells out what agents may do without asking, such as spawning child sessions with task briefs, sending instructions to running sessions, and subscribing to PR events. - Human-reserved actions: Enumerates operations reserved for the repository owner, including merging, review requests, draft/ready transitions, closing PRs, resolving review threads, and stage-kickoff decisions. - Named forbidden endpoints: Explicitly bans the enable_pr_auto_merge tool and four CCR API paths (resolve/unresolve, auto_merge, ready_for_review, convert_to_draft) even when technically reachable. - Use Case: An agent finishes a task and considers marking its PR ready for review; consulting this Skill tells it that ready-for-review is a human action and it must stop instead. ## Quick Start Consult the authority-line skill before merging a pull request, requesting a review, or starting the next work stage to confirm whether that action belongs to the agent or the human owner.