Commit Graph

622 Commits

Author SHA1 Message Date
Aaron Powell
a2525e3112 fix: enhance markdown table cell formatting for descriptions in README and skills 2026-01-23 10:06:44 +11:00
Hashwanth Sutharapu
105c0f55e2 chore: update README.skills.md via npm start
Ran the update script as requested by reviewer to regenerate the skills table.
2026-01-19 17:25:39 -08:00
Aaron Powell
1dd4a8e16d Merge branch 'main' into add-agentic-eval-skill 2026-01-20 09:05:03 +11:00
Aaron Powell
20796323d4 run workflow on skills 2026-01-20 09:03:50 +11:00
Hashwanth Sutharapu
3d00ec4c62 Add agentic-eval skill for agent evaluation patterns 2026-01-18 19:39:54 -08:00
Aaron Powell
b4199677e7 Merge pull request #590 from MiguelElGallo/update_semview
Enhance the skill to include sampling of data, to detect better joins.
2026-01-19 12:07:47 +11:00
Aaron Powell
744ce5e5ec Merge pull request #589 from BBoyBen/update-agent-instruction
Update agent instruction file
2026-01-19 12:07:22 +11:00
Aaron Powell
ef6e13d783 Merge pull request #588 from shibicr93/feat/openapi-to-application-collections
Add OpenAPI-to-Application collections for 5 common frameworks
2026-01-19 12:06:27 +11:00
Aaron Powell
5c8ea9db01 Merge pull request #586 from tmeschter/260116-SWASkill
Add new skill for creating, testing, deploying, and updating Azure St…
2026-01-19 12:04:28 +11:00
Aaron Powell
4c1b22fc17 Merge pull request #584 from timheuer/appstore-review-prompt
feat: add Apple App Store Reviewer prompt
2026-01-19 11:43:17 +11:00
Shibi Ramachandran
82dbe8610a Merge branch 'main' into feat/openapi-to-application-collections 2026-01-18 19:54:41 +01: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
Miguel P Z
6c059c1744 Update skills/snowflake-semanticview/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-18 14:12:03 +02:00
Miguel P Z
54431b34e4 Update skills/snowflake-semanticview/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-18 14:11:36 +02:00
Miguel P Z
1a9caa9762 fix(docs): correct skill name from 'snowflake-semantic-views' to 'snowflake-semanticview' 2026-01-18 14:10:56 +02:00
Miguel P Z
79ecf7a17c fix(docs): correct skill name from 'snowflake-semanticview' to 'snowflake-semantic-views' 2026-01-18 14:02:27 +02:00
Miguel P Z
a45f295c11 Enhance the skill to include sampling of data, to detect better joins. 2026-01-18 13:57:54 +02:00
shibicr93
f1e6b77ab7 Add OpenAPI-to-Application collections for 5 common frameworks
Add 5 framework-specific collections with shared agent and prompt for generating production-ready applications from OpenAPI specifications:
- Java Spring Boot
- Python FastAPI
- Node.js NestJS
- C# .NET
- Go

Reuses existing framework instructions for consistency and best practices.
2026-01-18 00:02:52 +01:00
Tom Meschter (from Dev Box)
bbd3d41dae Update README.skills.md 2026-01-16 10:49:20 -08:00
Tom Meschter (from Dev Box)
07a129c6cc Add new skill for creating, testing, deploying, and updating Azure Static Web Apps 2026-01-16 10:42:27 -08:00
Tim Heuer
75808547a6 Update prompts/apple-appstore-reviewer.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-16 10:32:05 -08:00
Tim Heuer
8ae7cb45d9 feat: add Apple App Store Reviewer prompt
- 📝 New prompt for auditing iOS app code and metadata
- 🔍 Identifies rejection risks and optimization opportunities
- 📋 Provides structured recommendations for App Store compliance
2026-01-16 10:19:15 -08:00
bmaucote
3ffc10e4dd Update agent instruction file 2026-01-16 17:53:14 +01: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