Commit Graph

1077 Commits

Author SHA1 Message Date
Ivan Charapanau
a5b2a29aa2 Merge branch 'main' into add-rug-swe-qa-agents-collection 2026-02-13 09:57:46 +01:00
Ivan Charapanau
08326b76e4 chore: re-run validate-readme 2026-02-13 09:54:01 +01:00
Ivan Charapanau
0e33d1873f chore: add rug collection footer 2026-02-13 09:45:57 +01:00
Ivan Charapanau
8aa215c334 feat: generate a plugin for the rug agentic workflow 2026-02-13 09:32:24 +01:00
Aaron Powell
dc5de37e6f Merge pull request #718 from github/copilot/sub-pr-717
Fix plugin path detection in getResourceType for deep-linking
2026-02-13 15:56:20 +11:00
Aaron Powell
5ae51cba94 Merge main: resolve conflicts, keep plugin-first approach
- Removed re-added collections/ path triggers from CI
- Merged plugin checklist improvements from both branches
- Kept plugin:generate-marketplace script from main
- Removed new ospo-sponsorship collection file (plugin already exists)
- Dropped obsolete plugin:migrate and plugin:refresh scripts
2026-02-13 15:55:42 +11:00
copilot-swe-agent[bot]
03aaae8dde Refactor plugin detection for better clarity
Split plugin detection into separate checks for plugin directories and plugin.json files to improve code readability and maintainability.

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-13 04:51:10 +00:00
copilot-swe-agent[bot]
65cd7bac3f Fix plugin detection in getResourceType for deep-linking
Update getResourceType to detect plugin directories (plugins/<id>) and plugin.json files instead of .collection.yml files. This fixes deep-linking via #file=plugins/<id> which was previously resolving to 'unknown' and not opening the plugin modal.

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-13 04:49:45 +00:00
copilot-swe-agent[bot]
5d2d2d78cb Initial plan 2026-02-13 04:46:58 +00:00
Aaron Powell
7a003fc75a Deprecate Collections in favour of Plugins
Replace Collections with Plugins as first-class citizens in the repo.
With the Copilot CLI v0.409 release making plugins an on-by-default
marketplace, collections are redundant overhead.

## What changed

### Plugin Infrastructure
- Created eng/validate-plugins.mjs (replaces validate-collections.mjs)
- Created eng/create-plugin.mjs (replaces create-collection.mjs)
- Enhanced all 42 plugin.json files with tags, featured, display, and
  items metadata from their corresponding collection.yml files

### Build & Website
- Updated eng/update-readme.mjs to generate plugin docs
- Updated eng/generate-website-data.mjs to emit plugins.json with full
  items array for modal rendering
- Renamed website collections page to plugins (/plugins/)
- Fixed plugin modal to use <div> instead of <pre> for proper styling
- Updated README.md featured section from Collections to Plugins

### Documentation & CI
- Updated CONTRIBUTING.md, AGENTS.md, copilot-instructions.md, PR template
- Updated CI workflows to validate plugins instead of collections
- Replaced docs/README.collections.md with docs/README.plugins.md

### Cleanup
- Removed eng/validate-collections.mjs, eng/create-collection.mjs,
  eng/collection-to-plugin.mjs
- Removed entire collections/ directory (41 .collection.yml + .md files)
- Removed parseCollectionYaml from yaml-parser.mjs
- Removed COLLECTIONS_DIR from constants.mjs

Closes #711
2026-02-13 15:38:37 +11:00
4regab
093848feec Fix spellings 2026-02-13 12:03:56 +08:00
4regab
a77c3de782 Update README.md 2026-02-13 11:58:12 +08:00
James Gabriele
3b791436f9 Upgrade TaskSync protocol to V5.2 2026-02-13 11:54:49 +08:00
James Gabriele
777540e495 Upgrade TaskSync prompt to version 5.2 2026-02-13 11:46:42 +08:00
Aaron Powell
75520f3edf Merge pull request #715 from github/copilot/update-marketplace-json-file
Automate marketplace.json generation from plugin directories
2026-02-13 14:06:23 +11:00
copilot-swe-agent[bot]
c8c907815d Add documentation for marketplace.json generation
- Document generate-marketplace.mjs in eng/README.md
- Add plugin folder documentation to AGENTS.md
- Update setup commands to include marketplace generation
- Add plugin checklist to code review guidelines

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-13 01:51:52 +00:00
copilot-swe-agent[bot]
ec3e0e6651 Add missing plugins to marketplace.json and create automation script
- Add context-engineering, gem-team, and ospo-sponsorship to marketplace.json
- Create eng/generate-marketplace.mjs to automatically generate marketplace.json
- Update package.json build script to include marketplace generation
- Update GitHub workflow to trigger on plugin changes

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-13 01:49:59 +00:00
copilot-swe-agent[bot]
bb6c717004 Initial plan 2026-02-13 01:46:24 +00:00
Aaron Powell
b7c740bbd1 Merge pull request #714 from github/copilot/create-collection-and-plugin
Add OSPO Sponsorship collection and plugin for sponsor-finder skill
2026-02-13 12:44:25 +11:00
copilot-swe-agent[bot]
198868caf3 Add OSPO Sponsorship collection and plugin for sponsor-finder skill
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2026-02-13 01:13:52 +00:00
copilot-swe-agent[bot]
1c08e6082f Initial plan 2026-02-13 01:10:20 +00:00
Aaron Powell
de0611d0ec Fixing readme 2026-02-13 11:41:23 +11:00
Aaron Powell
a14e8582a8 Merge pull request #712 from github/add-sponsor-finder-skill
Add sponsor-finder skill
2026-02-13 11:25:55 +11:00
Ashley Wolf
03e1b3a178 Use deps.dev API for dependency resolution
Major upgrade:
- deps.dev GetDependencies: full tree in one call (direct + transitive)
- deps.dev GetVersion: cross-ecosystem package→repo mapping (7 ecosystems)
- deps.dev GetProject: OSSF Scorecard health data per project
- Direct vs transitive column ( vs ⛓️)
- Health column from Scorecard Maintained check
- Actionable minimum: '💡 Sponsoring just N people covers all funded deps'
- Graceful fallback to registry APIs if deps.dev unavailable
2026-02-12 16:24:08 -08:00
Ashley Wolf
131585af9b Upgrade sponsor-finder: link verification, web search, more ecosystems
Inspired by jshchnz/tribute, adds:
- Link verification: every funding URL is fetched before presenting
- Web search fallback: finds funding even without FUNDING.yml
- How Verified column: transparency about data source
- 5 ecosystems: npm, Python, Rust, Go, Ruby (was npm-only)
- Corporate-maintained package detection
- No Verified Funding Found section for unfunded deps
2026-02-12 16:08:44 -08:00
Ashley Wolf
a43a5d4a2d Add sponsor-finder skill
Teaches Copilot how to scan a repo's dependencies and find which ones
accept sponsorship via GitHub Sponsors, Open Collective, etc.

Workflow:
1. Fetch package.json from target repo
2. Resolve each dep to source GitHub repo via npm registry
3. Check npm funding field + .github/FUNDING.yml
4. Group by maintainer, present report with sponsor links

Tested against expressjs/express: found 9/28 deps sponsorable (32%)
across 3 funding destinations.
2026-02-12 15:49:40 -08:00
Aaron Powell
b441fa5e58 Merge pull request #707 from DUBSOpenHub/add-copilot-cli-quickstart-skill
Add copilot-cli-quickstart skill — interactive tutorial for beginners
2026-02-13 10:08:14 +11:00
Noah Jenkins
f73f4ae7b3 Merge branch 'github:main' into main 2026-02-12 17:02:41 -06:00
Noah Jenkins
0af3b302cd Merge pull request #1 from NoahJenkins/copilot/review-codebase-for-prompts
Add suggest-awesome-github-copilot-skills prompt
2026-02-12 17:02:13 -06:00
copilot-swe-agent[bot]
53aef4125d Add suggest-awesome-github-copilot-skills prompt
Create new prompt that suggests relevant GitHub Copilot skills from the
awesome-copilot repository based on repository context and chat history,
following the same pattern as existing suggest prompts for agents,
instructions, prompts, and collections.

Co-authored-by: NoahJenkins <41129202+NoahJenkins@users.noreply.github.com>
2026-02-12 22:59:38 +00:00
Aaron Powell
f22ac71f71 Merge pull request #699 from mubaidr/add-gem-team
Add Gem Team Multi-Agent Orchestration agents and documentation
2026-02-13 09:57:17 +11:00
copilot-swe-agent[bot]
41440c2792 Initial plan 2026-02-12 22:56:42 +00:00
Aaron Powell
33096fce5a Merge pull request #669 from ChrisMcKee1/add-aspire-skill
feat: Add Aspire polyglot distributed-app orchestration skill
2026-02-13 09:52:48 +11:00
DUBSOpenHub
985a7d2bef chore: regenerate README.skills.md after frontmatter update
Run npm start to sync generated skills table with updated
copilot-cli-quickstart description.
2026-02-12 12:35:56 -08:00
Gregg Cochran
be23740aaf Update skills/copilot-cli-quickstart/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 12:33:46 -08:00
DUBSOpenHub
6687524a2e fix: add allowed-tools, fix fabricated install commands
- Add allowed-tools field to frontmatter (ask_user, sql,
  fetch_copilot_cli_documentation) addressing review threads
- Note CLI-specific targeting in description
- Replace fabricated install commands (brew, npm, winget, curl)
  with correct GitHub CLI paths (gh copilot)
2026-02-12 12:30:00 -08:00
Muhammad Ubaid Raza
d193446afe chore: enforce breifness 2026-02-13 00:30:18 +05:00
Muhammad Ubaid Raza
e3c9760b6b chore: enforce batch tool calls 2026-02-12 23:31:13 +05:00
Muhammad Ubaid Raza
d67f5d7bb9 fix: update tldr and task description fields to use literal scalars for better formatting 2026-02-12 21:19:26 +05:00
Ivan Charapanau
35561ea60e Fix codespell reuse typo in RUG agent 2026-02-12 16:00:42 +01:00
Ivan Charapanau
21ebb31a72 Add RUG/SWE/QA agents and workflow collection 2026-02-12 15:55:28 +01:00
Muhammad Ubaid Raza
6f76b5cd2e feat: add Gem Team Multi-Agent Orchestration plugin with detailed documentation and agent definitions 2026-02-12 13:35:17 +05:00
Muhammad Ubaid Raza
0210c21fed Merge branch 'main' into add-gem-team 2026-02-12 13:27:58 +05:00
Gregg Cochran
120ee1111e Add copilot-cli-quickstart skill — interactive tutorial for beginners
Adds a Copilot CLI skill that teaches absolute beginners how to use
GitHub Copilot CLI through guided, interactive lessons right in the
terminal. Features:

- Dual-track learning: Developer (8 lessons) and Non-Developer (7 lessons)
- Interactive exercises using ask_user
- SQL-based progress tracking
- On-demand Q&A with live doc fetching
- Beginner-friendly with CLI glossary and fallback handling

Source repo: https://github.com/DUBSOpenHub/copilot-cli-quickstart
2026-02-11 20:36:14 -08:00
Aaron Powell
7de4b48323 Merge pull request #706 from github/fix/samples-modal-close
Fix modal close button on samples page
2026-02-12 14:26:32 +11:00
Aaron Powell
2c5d251792 Fix modal close button on samples page
The samples page never called setupModal(), so the close button,
Escape key, and backdrop click handlers were never registered.
Add the missing setupModal() call matching all other pages.
2026-02-12 14:23:47 +11:00
Aaron Powell
a67f8dae40 Merge pull request #703 from github/cookbook/accessibility-report
Add accessibility report cookbook recipe
2026-02-12 13:41:42 +11:00
Aaron Powell
2a06b99b9b Add accessibility report cookbook recipe
Add a new cookbook recipe that generates WCAG accessibility reports using
the Playwright MCP server. Includes streaming output, structured report
formatting, and optional Playwright test generation.

- C#, TypeScript, Python, and Go implementations
- Markdown documentation for each language
- Updated cookbook.yml, copilot-sdk README, and package.json
2026-02-12 11:25:49 +11:00
Aaron Powell
ef3c1e5ad6 Merge pull request #696 from tonybaloney/cookbook/ralph-loop-recipe
Add RALPH-loop recipes to Copilot SDK cookbook
2026-02-12 10:23:19 +11:00
Anthony Shaw
717c0121bc PR feedback 2026-02-11 15:16:44 -08:00