Skip to content

[bot] Add /pr auto, /pr automerge, and /chronicle skills review documentation#2168

Merged
aaronpowell merged 2 commits into
mainfrom
learning-hub/pr-auto-and-chronicle-skills-review-2026-06-30-137cf466b3c04445
Jul 1, 2026
Merged

[bot] Add /pr auto, /pr automerge, and /chronicle skills review documentation#2168
aaronpowell merged 2 commits into
mainfrom
learning-hub/pr-auto-and-chronicle-skills-review-2026-06-30-137cf466b3c04445

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

  1. /pr auto — starts a self-paced loop that fixes one CI failure per run, pacing itself around checks to drive a PR to green
  2. /pr automerge — extends /pr auto to keep going until the PR is fully merged (CI passes → reviews approved → PR merged). Both commands can be managed from /loop or /every
  3. /chronicle skills review — interactive review flow for agent-proposed draft skill changes; lets you accept, reject, or defer each draft one at a time

What sections of the guide were updated

  • copilot-configuration-basics.md

    • Added a /pr auto / /pr automerge section in the CLI Session Commands section (between the /every//loop and /share html sections)
    • Extended the /chronicle section with a paragraph on the skills review subcommand
  • creating-effective-skills.md

    • Added a new Q&A entry ("How do I review agent-proposed skill changes?") in the Common Questions section, cross-referencing /chronicle skills review

Both pages had their lastUpdated dates bumped to 2026-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.md and the Common Questions section of creating-effective-skills.md. No new top-level topic was warranted.

Generated by Learning Hub Updater · 152.9 AIC · ⌖ 17.8 AIC · ⊞ 5.7K ·

…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 aaronpowell marked this pull request as ready for review July 1, 2026 02:03
Copilot AI review requested due to automatic review settings July 1, 2026 02:03
@github-actions github-actions Bot added the website-update PR touches website content or code label Jul 1, 2026
GitHub Advanced Security started work on behalf of aaronpowell July 1, 2026 02:04 View session
GitHub Advanced Security finished work on behalf of aaronpowell July 1, 2026 02:04
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit UNKNOWN

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit UNKNOWN

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Jul 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 auto and /pr automerge in the CLI Session Commands section.
  • Added documentation for /chronicle skills review in both the CLI guide and the skills guide Q&A.
  • Bumped lastUpdated metadata on both pages to 2026-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.
@aaronpowell aaronpowell merged commit a4aebcd into main Jul 1, 2026
19 checks passed
@aaronpowell aaronpowell deleted the learning-hub/pr-auto-and-chronicle-skills-review-2026-06-30-137cf466b3c04445 branch July 1, 2026 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-update copilot-updates needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants