Commit Graph

601 Commits

Author SHA1 Message Date
jhauga
a840be909a New skill for building legacy hardware cicuit mockups 2026-01-18 23:16:45 -05:00
Matt Soucoup
bdeecf2fba Merge pull request #514 from TianqiZhang/main
Add Microsoft Code Reference and Microsoft Docs skills
2026-01-18 09:23:22 -08:00
Matt Soucoup
84d67ec977 Merge branch 'main' into main 2026-01-18 09:19:33 -08:00
Aaron Powell
204b6b0453 Merge pull request #507 from anchildress1/add-custom-contributors
feat(eng): add repo-specific contributor types
2026-01-16 15:12:34 +11:00
Ashley Childress
e8d8a79c8e ci(contributors): simplify contributor check using step outcome
- Replace brittle grep check with exit code-based branching
- Use continue-on-error and conditional report generation

Generated-by: GitHub Copilot <copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2026-01-15 22:54:56 -05:00
Ashley Childress
dc5a0e0735 Merge branch 'github:main' into add-custom-contributors 2026-01-15 22:14:08 -05:00
Aaron Powell
6e286516ae Merge pull request #580 from GeekTrainer/main
Update Svelte instructions with Svelte 5 best practices
2026-01-16 10:56:12 +11:00
Aaron Powell
47951d4327 Merge pull request #576 from yaooqinn/feat/add-outdated-detection-to-suggestion-prompts
Add outdated detection to collections, instructions, and prompts suggestion files
2026-01-16 10:55:28 +11:00
Christopher Harrison
f078f4540d Update Svelte instructions with Svelte 5 best practices
- Added latest Svelte 5 runes best practices (.by, .pre, untrack)
- Added type-safe context with createContext() pattern
- Added transitions and animations section
- Emphasized effect best practices (prefer  over )
- Added function bindings for two-way binding
- Restructured document for better readability with logical groupings
- Organized into clear sections: Core Concepts, Reactivity, SvelteKit, UI, TypeScript, Production
- Consolidated related topics (data loading, forms, tooling)
- Updated to align with official Svelte 5 and SvelteKit documentation
2026-01-15 14:13:10 -08:00
Ashley Childress
80886dd7cc fix(contributors): add skills to custom contributor types
- Improve errors in contributor-report.mjs
- Add missing `skills` to custom contribution types list and docs
- Refresh existing contributors

Assisted-by: GitHub Copilot <copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2026-01-15 08:54:51 -05:00
Ashley Childress
f9e981e4cd fix(contributors): address Copilot review comments and code quality issues
- Improve contributor-report.mjs based on Copilot comments and sonar
- Use fileURLToPath for Windows-safe main checks in contributor scripts
- Fix README badge URLs by removing duplicate style parameters
- Update graceful-shutdown.mjs to throw on process.exit failure for better error visibility

Generated-by: GitHub Copilot <copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2026-01-15 08:54:51 -05:00
Ashley Childress
dcaff75b1a feat(contributors): condense contributor report and per-PR snippets
- eng/contributor-report.mjs: condensed per-user layout; emit per-PR fenced plaintext snippets; removed normalizeOneLine()

Generated-by: GitHub Copilot <copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2026-01-15 08:54:51 -05:00
Kent Yao
1176cc4ffa Update prompts/suggest-awesome-github-copilot-instructions.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 16:25:30 +08:00
Kent Yao
0d48c3fb55 Update prompts/suggest-awesome-github-copilot-prompts.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 16:25:21 +08:00
Kent Yao
41b6941237 Update prompts/suggest-awesome-github-copilot-collections.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 16:25:11 +08:00
Kent Yao
c4f2978a51 Add outdated detection to collections, instructions, and prompts suggestion files
Similar to c12041b which added outdated agent detection, this commit adds:
- Version comparison process for detecting outdated local assets
- Fetch remote versions step in the process workflow
- Updated icons reference with outdated status indicators
- Update handling sections for managing outdated assets
- Updated output table examples to show outdated status
2026-01-15 16:15:00 +08:00
Aaron Powell
0b9ad6eaaa Merge pull request #570 from jhauga/html-css-style-color-guide
Instructions for best color practices
2026-01-15 08:50:20 +11:00
Aaron Powell
c12041bede Merge pull request #568 from yaooqinn/update-agent-suggestion-prompt
Update suggest-awesome-github-copilot-agents.prompt.md to detect and update outdated agents
2026-01-15 08:49:00 +11:00
John Haugabook
0b9fb23265 Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-14 16:39:55 -05:00
jhauga
e57e0f4816 Instructions for best color practices 2026-01-14 16:01:01 -05:00
Kent Yao
46c07753c0 README 2026-01-14 20:01:21 +08:00
Kent Yao
4552673641 feat: enhance agent suggestion prompt to detect and update outdated agents
- Add version comparison process to identify outdated local agents
- Introduce ⚠️ status icon for installed but outdated agents
- Add detailed comparison of remote vs local agent content
- Include update handling instructions for outdated agents
- Enhance process to fetch and compare remote versions
- Update output format to show outdated agents with specific differences
2026-01-14 19:57:02 +08:00
Tianqi Zhang
1918e6f868 add latest skill 2026-01-14 16:07:31 +08:00
Tianqi Zhang
34c5f4d51a run npm start 2026-01-14 16:02:39 +08:00
Tianqi Zhang
a3035a6e7c Add Microsoft Code Reference and Microsoft Docs skills with detailed usage instructions 2026-01-14 16:00:16 +08:00
Aaron Powell
b06e0b6aee Merge pull request #565 from BBoyBen/edit-agent-instruction
Instructions - Add handoffs instruction for agent
2026-01-14 09:53:58 +11:00
Matt Soucoup
1c4db84095 Merge pull request #535 from anschnapp/add-devils-advocate-agent
feat(agents): add devils advocate agent
2026-01-13 13:08:38 -08:00
Matt Soucoup
adfe3cc018 Merge branch 'main' into add-devils-advocate-agent 2026-01-13 13:06:37 -08:00
Matt Soucoup
3df33bf6b8 Merge pull request #534 from mihsoft/patch-1
Update CSharpExpert agent with .NET and C# version info
2026-01-13 13:05:02 -08:00
Matt Soucoup
cd3c727641 Merge branch 'main' into patch-1 2026-01-13 13:04:14 -08:00
bmaucote
9587bdef20 Add handoffs 2026-01-13 11:50:50 +01:00
Aaron Powell
dcb1968a6c Merge pull request #502 from tmeschter/251219-AddVisualizerSkill
Add azure-resource-visualizer skill
2026-01-13 09:09:52 +11:00
Aaron Powell
aa8abf9f8c Merge pull request #561 from fazedordecodigo/update-nextjs-instructions
Update Next.js instructions aligned with Next.js 16.1.1 (Jan 2026)
2026-01-13 09:07:07 +11:00
Aaron Powell
82e3f6305e Merge pull request #564 from madskristensen/patch-1
Update instructions with .editorconfig and .NET constraints
2026-01-13 09:05:11 +11:00
Aaron Powell
4b232e460d Merge pull request #532 from Jrc356/patch-1
update fetch -> web/fetch everywhere
2026-01-13 09:04:22 +11:00
Jon Corbin
c7178c31c6 Apply suggestions from code review 2026-01-12 14:09:49 -05:00
Jon Corbin
531b511886 fetch -> web/fetch everywhere 2026-01-12 14:07:00 -05:00
Jon Corbin
5afc90e633 Revert "fetch -> web/fetch for everything"
This reverts commit ca790b1716.
2026-01-12 14:03:48 -05:00
Jon Corbin
e8577617b0 Merge branch 'main' into patch-1 2026-01-12 14:03:12 -05:00
Jon Corbin
ca790b1716 fetch -> web/fetch for everything 2026-01-12 14:00:22 -05:00
Mads Kristensen
a0cf303bda Update instructions/vsixtoolkit.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 10:40:15 -08:00
Mads Kristensen
a54408d8f8 Update instructions/vsixtoolkit.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 10:39:17 -08:00
Mads Kristensen
b703c76d09 Update instructions with .editorconfig and .NET constraints
Added guidelines for adhering to .editorconfig and .NET Framework constraints.
2026-01-12 10:30:32 -08:00
Emerson Delatorre
9851144540 UPDATE: Corrigir a aplicação das melhores práticas do Next.js para incluir extensões específicas de arquivos 2026-01-12 15:20:36 -03:00
Emerson Delatorre
a1dbed1492 UPDATE: Corrigir formatação no arquivo de desenvolvimento frontend 2026-01-12 15:16:12 -03:00
Tom Meschter (from Dev Box)
9ab127ab6d Update generated README with normalized path separators 2026-01-12 09:55:27 -08:00
Tom Meschter (from Dev Box)
448fe7db60 Update README.skills.md
Update README.skills.md to include all the assets in azure-resource-visualizer.
2026-01-12 09:55:00 -08:00
Tom Meschter (from Dev Box)
02a64f6e2e Update README.skills.md 2026-01-12 09:54:23 -08:00
Tom Meschter (from Dev Box)
c63e448465 Add azure-resource-visualizer skill
This change adds a skill that can analyze the resources within an Azure
resource group, determine the relationships between them, and then
generate a Markdown file containing the relevant details. The Markdown
file includes a Mermaid diagram showing the relationships.
2026-01-12 09:53:29 -08:00
Emerson Delatorre
b6c28be915 UPDATE: Atualizar o título das práticas recomendadas do Next.js para 2026 2026-01-12 12:41:48 -03:00