[bot] Add /pr auto, /pr automerge, and /chronicle skills review documentation#2168
Merged
aaronpowell merged 2 commits intoJul 1, 2026
Conversation
…s review Document three new CLI commands from Copilot CLI v1.0.66 (2026-06-30): - /pr auto: self-paced loop that fixes one failing item per run and paces around CI to drive a PR to green - /pr automerge: extends /pr auto to continue until the PR is fully merged (CI passes, reviews approved, PR merged) - /chronicle skills review: interactive review flow for agent-proposed draft skill changes (accept, reject, or defer each draft) Changes: - copilot-configuration-basics.md: add /pr auto + /pr automerge section in CLI Session Commands, extend /chronicle section with skills review subcommand - creating-effective-skills.md: add Q&A entry for /chronicle skills review in the Common Questions section Sources: - github/copilot-cli@c802cc3 (changelog for v1.0.66) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
aaronpowell
approved these changes
Jul 1, 2026
…view-2026-06-30-137cf466b3c04445
Contributor
Author
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Contributor
Author
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Learning Hub documentation to cover newly added Copilot CLI v1.0.66 session commands, ensuring the CLI guide and skills guide reflect the latest slash-command capabilities.
Changes:
- Documented
/pr autoand/pr automergein the CLI Session Commands section. - Added documentation for
/chronicle skills reviewin both the CLI guide and the skills guide Q&A. - Bumped
lastUpdatedmetadata on both pages to2026-06-30.
Show a summary per file
| File | Description |
|---|---|
| website/src/content/docs/learning-hub/creating-effective-skills.md | Adds a new Common Questions Q&A entry describing how to review agent-proposed skill changes via /chronicle skills review. |
| website/src/content/docs/learning-hub/copilot-configuration-basics.md | Documents /pr auto, /pr automerge, and extends /chronicle docs with the skills review subcommand; updates lastUpdated. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Low
| /pr automerge # continue until the PR is fully merged | ||
| ``` | ||
|
|
||
| `/pr auto` is ideal when you have a PR with failing tests or linting errors — let it work through failures one at a time while you focus on other things. `/pr automerge` extends this further: it continues until all CI checks pass, required reviews are approved, and the PR is successfully merged. Both commands can be monitored and stopped from `/loop` or `/every`, which register the running automation as a scheduleable loop task. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Three new CLI commands from Copilot CLI v1.0.66 (2026-06-30) were found in the changelog and are not yet documented in the Learning Hub:
New features found
/pr auto— starts a self-paced loop that fixes one CI failure per run, pacing itself around checks to drive a PR to green/pr automerge— extends/pr autoto keep going until the PR is fully merged (CI passes → reviews approved → PR merged). Both commands can be managed from/loopor/every/chronicle skills review— interactive review flow for agent-proposed draft skill changes; lets you accept, reject, or defer each draft one at a timeWhat sections of the guide were updated
copilot-configuration-basics.md/pr auto//pr automergesection in the CLI Session Commands section (between the/every//loopand/share htmlsections)/chroniclesection with a paragraph on theskills reviewsubcommandcreating-effective-skills.md/chronicle skills reviewBoth pages had their
lastUpdateddates bumped to2026-06-30.Source announcements
Why no new page was needed
All three features are incremental additions to existing CLI commands and fit naturally into the already-comprehensive CLI Session Commands section of
copilot-configuration-basics.mdand the Common Questions section ofcreating-effective-skills.md. No new top-level topic was warranted.