Skip to content

Commit 29d6226

Browse files
rysweetUbuntu
andauthored
feat: Update github-copilot-cli-expert skill with latest CLI docs (#2122)
* feat: Update github-copilot-cli-expert skill with latest CLI docs Replaces outdated README.md (based on old gh copilot extension) with comprehensive SKILL.md + reference.md + examples.md structure for the new standalone copilot CLI. Changes: - SKILL.md: Quick reference with installation, commands, shortcuts - reference.md: Complete command reference, config, security model - examples.md: 24 practical workflow examples Fixes #2121 * fix: Correct typo 'gadgugi' -> 'gadugi' in USER_PREFERENCES.md Fixed typo in gadugi-agentic-test repo name across all 5 copies of USER_PREFERENCES.md * feat: Enhance github-copilot-cli-expert skill with prerequisites and version note - Add 'Before First Use' section with requirements and authentication - Add 'First-Time Setup Issues' troubleshooting section - Add version note recommending /help for current syntax - Sync all changes to 4 locations Addresses reviewer feedback from PR #2122 References: #2121 --------- Co-authored-by: Ubuntu <azureuser@amplihack-dev.ftnmxvem3frujn3lepas045p5c.xx.internal.cloudapp.net>
1 parent 05d3412 commit 29d6226

File tree

21 files changed

+4590
-1534
lines changed

21 files changed

+4590
-1534
lines changed

.claude/context/USER_PREFERENCES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,15 @@ Example: "Always run tests before committing"
196196

197197
**Mandatory End-to-End Testing for Every PR**
198198

199-
I always want you to test each PR like a user would, from the outside in, not just unit testing. For instance you should use "uvx --from git..." syntax to test the branch. You can use agentic test scenarios defined with github.com/rysweet/gadgugi-agentic-test or your own auto mode to test features.
199+
I always want you to test each PR like a user would, from the outside in, not just unit testing. For instance you should use "uvx --from git..." syntax to test the branch. You can use agentic test scenarios defined with github.com/rysweet/gadugi-agentic-test or your own auto mode to test features.
200200

201201
**Implementation Requirements:**
202202

203203
- MUST test with `uvx --from git+https://github.com/org/repo@branch-name package command`
204204
- MUST verify the actual user workflow that was broken/enhanced
205205
- MUST validate error messages, configuration updates, and user experience
206206
- MUST document test results showing the fix works in realistic conditions
207-
- Can use gadgugi-agentic-test framework for complex test scenarios
207+
- Can use gadugi-agentic-test framework for complex test scenarios
208208
- Can use auto mode for automated feature testing
209209

210210
**This is MANDATORY for Step 8 (Mandatory Local Testing) in DEFAULT_WORKFLOW.md**

.claude/skills/github-copilot-cli-expert/README.md

Lines changed: 0 additions & 381 deletions
This file was deleted.

0 commit comments

Comments
 (0)