Commit Graph

1671 Commits

Author SHA1 Message Date
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
Aaron Powell 3efeef350e Merge pull request #702 from jpinz/conventional-commit-note-fix
Remove unused note section from conventional-commit prompt template
2026-02-12 09:56:18 +11:00
Aaron Powell 77a979df5a Merge pull request #701 from russrimm/russ
Update Power Apps Code Apps instructions: refine project context, improve folder structure, and clarify PowerProvider implementation
2026-02-12 09:42:39 +11:00
Aaron Powell 7ebb99148b Merge pull request #698 from tonybaloney/fix/go-cookbook-api
Fix Go cookbook recipes to use correct SDK API
2026-02-12 09:41:47 +11:00
Aaron Powell 1c180c38df Merge pull request #697 from tonybaloney/fix/python-cookbook-api
Fix Python cookbook recipes to use correct async SDK API
2026-02-12 09:41:13 +11:00
Aaron Powell 39d80e1f71 Merge pull request #695 from abhibavishi/add-reepl-agent
Add Reepl LinkedIn content agent
2026-02-12 09:40:39 +11:00
Aaron Powell 3a2576ae66 Merge pull request #692 from TianqiZhang/main
Add microsoft-skill-creator skill
2026-02-12 09:36:37 +11:00
Anthony Shaw ff69b804ac renaming 2026-02-11 14:23:25 -08:00
Julian 147b4f8a84 Remove note section from commit prompt template
Removed a note section from the conventional commit prompt template.
2026-02-11 16:39:43 -05:00
Anthony Shaw 84486c2e46 Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-11 13:33:29 -08:00
Anthony Shaw 3b4d601ba7 Remove package-lock.json from tracking 2026-02-11 13:31:15 -08:00
Anthony Shaw 3eb7efc990 Use gpt-5.1-codex-mini as default model in Ralph loop recipes 2026-02-11 13:31:05 -08:00