Commit Graph

920 Commits

Author SHA1 Message Date
Aaron Powell
7aff2eecd3 Merge pull request #690 from jhauga/create-web-form
Add skill to create web forms
2026-02-10 16:35:52 +11:00
John Haugabook
f032e780d9 .codespellrc: add 'TE' to ignore-words-list 2026-02-09 22:41:20 -05:00
John Haugabook
e0389a557a codespell: make each word of acronym bold 2026-02-09 21:27:17 -05:00
John Haugabook
8670ddd9e0 Apply suggestions from code review 2026-02-09 21:16:04 -05:00
Aaron Powell
9e9cac6570 Merge pull request #689 from rperez030/add-insiders-a11y-tracker-agent
Add VS Code Insiders Accessibility Tracker agent
2026-02-10 11:51:13 +11:00
Aaron Powell
7295ac32be Merge pull request #678 from mfairchild365/patch-1
Revise accessibility instructions for clarity and detail
2026-02-10 11:49:24 +11:00
Aaron Powell
b7934b6155 Merge pull request #687 from jvanderwee/patch-2
Fix `gh pr review` body parameter
2026-02-10 11:44:24 +11:00
Aaron Powell
c62bf6a106 Merge pull request #673 from ChrisMcKee1/update-microsoft-docs-skill
feat: Expand microsoft-docs skill to cover the full Microsoft documentation ecosystem
2026-02-10 11:43:47 +11:00
jhauga
27149859a4 Add skill to create web forms
Add skill to create web forms
2026-02-09 19:22:54 -05:00
Roberto Perez
0af1852dd2 Add VS Code Insiders Accessibility Tracker agent 2026-02-09 16:42:28 -05:00
Michael Fairchild
3274ad6c68 Update readme 2026-02-09 09:40:33 -06:00
Michael Fairchild
369602333e Merge branch 'github:main' into patch-1 2026-02-09 08:21:38 -06:00
Joseph Van der Wee
e9a7805e2b Fix gh pr review body flag
See https://cli.github.com/manual/gh_pr_review
2026-02-09 09:06:56 +00:00
Chris McKee
3402d26340 Merge branch 'main' into update-microsoft-docs-skill 2026-02-08 20:29:52 -06:00
Chris McKee
ae7bb2aa7c refactor: Simplify microsoft-docs skill to default-Learn-with-exceptions pattern, add Aspire MCP version gate 2026-02-08 20:27:08 -06:00
Aaron Powell
d99ba71986 Merge pull request #680 from Pavel-Sulimau/readme-updates
Fix command for adding Awesome Copilot marketplace in README
2026-02-09 11:16:02 +11:00
Aaron Powell
15c435356d Merge pull request #671 from timdeschryver/patch-1
fix: markdown formatting in code review examples
2026-02-09 10:28:52 +11:00
Aaron Powell
62ddc00cff Merge pull request #640 from brunoborges/patch-1
Revise MCP Server section to clarify installation steps
2026-02-09 10:21:16 +11:00
Pavel Sulimau
865d19c7e5 Fix command for adding Awesome Copilot marketplace in README 2026-02-07 14:40:21 +01:00
Michael Fairchild
3024e9d6ec Update instructions/a11y.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-06 15:12:47 -06:00
Michael Fairchild
892b265ef3 Revise accessibility instructions for clarity and detail
Updated accessibility instructions to improve clarity and specificity regarding coding practices for accessibility, including keyboard navigation and semantic structure.
2026-02-06 14:44:13 -06:00
Chris McKee
e4c35f3702 chore: rebuild README.skills.md without aspire skill (belongs to separate PR) 2026-02-06 10:36:51 -06:00
Chris McKee
27c55ffdb8 Update skills/microsoft-docs/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-06 10:32:24 -06:00
Chris McKee
f28f8ab883 chore: Rebuild README.skills.md with updated description 2026-02-06 10:26:30 -06:00
Chris McKee
b5cf6a2473 refactor: Remove Semantic Kernel library reference table 2026-02-06 10:13:28 -06:00
Chris McKee
00508b71f3 refactor: Remove Semantic Kernel prose, keep library reference table 2026-02-06 10:12:10 -06:00
Chris McKee
bdaeff279f refactor: Replace DevUI tutorial content with research guidance
The skill is about how to research docs, not a DevUI tutorial. Replace the 10-step DevUI workflow checklist with a research strategy table showing which tool to use for each type of DevUI information.
2026-02-06 10:09:19 -06:00
Chris McKee
ab8787b505 feat: Expand microsoft-docs skill with Agent Framework, DevUI, and Semantic Kernel coverage
Major improvements to the microsoft-docs skill:

- Add Microsoft Agent Framework section with two Context7 sources:
  /websites/learn_microsoft_en-us_agent-framework (tutorials, 2282 snippets)
  /microsoft/agent-framework (GitHub repo API detail, 1177 snippets)

- Add comprehensive DevUI workflow reference covering installation,
  programmatic launch, directory discovery, tracing, OpenAI-compatible
  API, OpenAI proxy, authentication, UI modes, .NET integration, and
  external observability export

- Add Semantic Kernel section with three quality-ranked sources covering
  Learn docs, agent framework subset, and GitHub repo

- Add guidance on when GitHub repo sources beat published docs (DevUI
  API reference, .NET integration, extension samples)

- Expand decision table with agent framework scenarios
- Add agent framework query examples for DevUI, SK, and workflows
- Highlight microsoft_code_sample_search with language filter for
  working code snippets

Tested all sources against identical queries to verify quality rankings.
2026-02-06 10:03:29 -06:00
Tim Deschryver
83fe668a7c fix markdown code blocks 2026-02-06 11:16:26 +01:00
Tim Deschryver
187c9d25e9 fix: markdown formatting in code review examples
Updated markdown code blocks for example comments in the code review instructions.
2026-02-06 10:06:31 +01:00
Bruno Borges
ff46e013c9 Merge branch 'main' into patch-1 2026-02-05 16:39:04 -08:00
Bruno Borges
6f03dc7c71 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 16:38:31 -08:00
Aaron Powell
4f9e20b13a Merge pull request #655 from github/copilot-plugins
Add plugins for all collections
2026-02-06 10:05:33 +11:00
Aaron Powell
c5af82f431 Merge pull request #667 from jvanderwee/patch-1
Fix gh cli skill approve PR command example
2026-02-06 10:05:12 +11:00
Aaron Powell
19c6ea5215 Merge pull request #662 from garrettsiegel/add-no-heredoc-instructions
Add no-heredoc instructions to prevent terminal file corruption
2026-02-06 10:04:38 +11:00
garrettsiegel
e79bba471d Add name field to frontmatter 2026-02-05 10:04:32 -05:00
Joseph Van der Wee
1a8c67e76b Fix gh cli skill approve PR command example 2026-02-05 09:01:30 +00:00
Aaron Powell
c2cd6224b4 Fix plugin source paths to include ./plugins/ prefix 2026-02-05 14:37:24 +11:00
Aaron Powell
5bfa133abb Add plugin documentation and Windows symlink setup instructions 2026-02-05 14:28:48 +11:00
Aaron Powell
647889c0ac refresh readme 2026-02-05 13:56:13 +11:00
Aaron Powell
9c4b267576 Adding script to convert collections to plugins 2026-02-05 13:52:59 +11:00
Aaron Powell
0398963a62 Fixing the SDK skill 2026-02-05 12:17:33 +11:00
Aaron Powell
cd075a328d Merge pull request #665 from GeekTrainer/feature/make-repo-contribution-skill
Add make-repo-contribution skill
2026-02-05 10:37:57 +11:00
Aaron Powell
fabc523f04 Merge pull request #666 from jeremykohn/fix-grammar-in-a11y-instructions
fix: Correct grammar in a11y.instructions.md
2026-02-05 10:01:03 +11:00
Aaron Powell
d37a887dfe Merge pull request #664 from github/add-context7-tool
add context7 tool
2026-02-05 09:58:04 +11:00
Christopher Harrison
45373f3daa Merge branch 'main' into feature/make-repo-contribution-skill 2026-02-04 14:09:53 -08:00
Christopher Harrison
01e371fe32 fix(skill): correct formatting of description in make-repo-contribution skill 2026-02-04 14:09:40 -08:00
Jeremy Kohn
ec196b325e Merge branch 'main' into fix-grammar-in-a11y-instructions 2026-02-04 15:46:09 -06:00
Jeremy Kohn
95c0024efa fix: Correct grammar in a11y.instructions.md 2026-02-04 15:03:40 -06:00
Christopher Harrison
10891811c1 feat(skill): add make-repo-contribution skill
Adds a new skill to help AI agents follow repository contribution guidelines
when creating issues, commits, branches, and pull requests.

Includes:
- SKILL.md with comprehensive instructions
- Issue template for when none exists in repo
- PR template for when none exists in repo
2026-02-04 12:07:47 -08:00