Skip to content

[bot] Update Learning Hub for Copilot CLI v1.0.64–v1.0.65 features#2127

Merged
aaronpowell merged 1 commit into
mainfrom
learning-hub-updates-2026-06-25-2028b0829973f7e7
Jun 26, 2026
Merged

[bot] Update Learning Hub for Copilot CLI v1.0.64–v1.0.65 features#2127
aaronpowell merged 1 commit into
mainfrom
learning-hub-updates-2026-06-25-2028b0829973f7e7

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What new features or changes were found

From the Copilot CLI releases in the past 7 days (v1.0.64 on 2026-06-23, v1.0.65 on 2026-06-24):

  1. copilot skill CLI subcommand (v1.0.65) — new command to list, add, and remove skills from files, URLs, or directories; /skill added as alias for /skills
  2. userPromptSubmitted hook additionalContext (v1.0.65) — hooks for this event can now return {"additionalContext": "..."} to inject text into the model-facing prompt (distinct from {"response": "..."} which bypasses the model)
  3. CI check status bar indicator (v1.0.65) — opt-in statusline item showing passing/running/failing state of CI checks for the current branch
  4. /security-review GA (v1.0.64) — built-in security review command no longer requires --experimental; available to all users

Note: Several other v1.0.64 items (argument-hint frontmatter, rubber-duck subagent config, /mcp registry, /branch alias, /diagnose, model family aliases, --worktree flag) were already documented in the Learning Hub.

What sections of the guide were updated

  • creating-effective-skills.md — Added Q&A entry for the new copilot skill CLI subcommand with usage examples for list, add, and remove
  • automating-with-hooks.md — Updated hook events table for userPromptSubmitted; added new "userPromptSubmitted additionalContext" subsection with an example script showing per-prompt context injection
  • copilot-configuration-basics.md — Updated /statusline section to mention the new opt-in CI check status indicator
  • building-custom-agents.md — Added callout in the Quality Gate section noting that /security-review is now available to all users since v1.0.64

Links to source announcements

Generated by Learning Hub Updater · 222 AIC · ⌖ 13.4 AIC · ⊞ 5.7K ·

- creating-effective-skills: add 'copilot skill' CLI subcommand for
  listing, adding, and removing skills (v1.0.65); add '/skill' alias
- automating-with-hooks: document userPromptSubmitted additionalContext
  injection into model-facing prompt (v1.0.65); update hook events table
- copilot-configuration-basics: add opt-in CI check status bar indicator
  for current branch (v1.0.65)
- building-custom-agents: add note that /security-review is now available
  to all users without --experimental (v1.0.64)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aaronpowell aaronpowell marked this pull request as ready for review June 26, 2026 00:46
Copilot AI review requested due to automatic review settings June 26, 2026 00:46
@github-actions github-actions Bot added the website-update PR touches website content or code label Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

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 Jun 26, 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 reflect newly shipped GitHub Copilot CLI features in v1.0.64–v1.0.65, keeping guidance in sync with the latest CLI behavior and commands.

Changes:

  • Documented the new copilot skill CLI subcommand and /skill alias for managing skills.
  • Expanded hooks documentation to cover userPromptSubmitted returning additionalContext.
  • Updated configuration and agent-building docs to note the CI statusline indicator and /security-review GA.
Show a summary per file
File Description
website/src/content/docs/learning-hub/creating-effective-skills.md Adds Q&A documenting copilot skill management commands and /skill alias.
website/src/content/docs/learning-hub/automating-with-hooks.md Updates userPromptSubmitted hook docs and adds an additionalContext example section.
website/src/content/docs/learning-hub/copilot-configuration-basics.md Notes the new opt-in CI check status indicator in /statusline.
website/src/content/docs/learning-hub/building-custom-agents.md Adds a callout noting /security-review is available to all users since v1.0.64.

Review details

  • Files reviewed: 4/4 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines +129 to +132
# Inject the current git status into every prompt for context awareness
INPUT=$(cat)
BRANCH=$(git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "unknown")
STAGED=$(git diff --cached --stat 2>/dev/null | tail -1)
@aaronpowell aaronpowell merged commit cd420ca into main Jun 26, 2026
18 checks passed
@aaronpowell aaronpowell deleted the learning-hub-updates-2026-06-25-2028b0829973f7e7 branch June 26, 2026 05:36
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