mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 10:45:56 +00:00
docs(learning-hub): update CLI session commands and personal skills path (#1165)
- Add /cd command documentation (per-session working directory, v1.0.11) - Add --effort shorthand flag for --reasoning-effort (v1.0.10) - Fix outdated personal skills directory path: ~/.copilot/skills/ -> ~/.agents/skills/ (v1.0.11) - Update lastUpdated dates Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
994e443df1
commit
25205651c6
@@ -3,7 +3,7 @@ title: 'Using the Copilot Coding Agent'
|
||||
description: 'Learn how to use GitHub Copilot coding agent to autonomously work on issues, generate pull requests, and automate development tasks.'
|
||||
authors:
|
||||
- GitHub Copilot Learning Hub Team
|
||||
lastUpdated: 2026-02-26
|
||||
lastUpdated: 2026-03-25
|
||||
estimatedReadingTime: '12 minutes'
|
||||
tags:
|
||||
- coding-agent
|
||||
@@ -267,7 +267,7 @@ Skills are stored in a `skills/` subdirectory, with each skill in its own folder
|
||||
|
||||
**Personal skills** (shared across all your projects):
|
||||
```
|
||||
~/.copilot/
|
||||
~/.agents/
|
||||
└── skills/
|
||||
└── code-review-checklist/
|
||||
└── SKILL.md
|
||||
|
||||
Reference in New Issue
Block a user