Aaron Powell
44a43b2336
Merge pull request #620 from torumakabe/add-terraform-azurerm-set-diff-analyzer
...
Add terraform-azurerm-set-diff-analyzer skill
2026-02-02 12:35:40 +11:00
Aaron Powell
1c42150a3c
Merge pull request #630 from alvinashcraft/alvinashcraft/main-add-skill-winapp-cli
...
feat: Add Windows App Development (winapp) CLI skill
2026-02-02 12:34:28 +11:00
Aaron Powell
e27435ce22
Merge pull request #628 from benjisho/main
...
Add Linux expert agent, instructions, and triage prompt
2026-02-02 12:33:41 +11:00
Aaron Powell
f73d555749
Merge pull request #627 from DaniBunny/feat/repo-architect-agent
...
feat: add repo-architect agent for scaffolding agentic projects
2026-02-02 12:31:48 +11:00
Toru Makabe
0e9b933148
Merge branch 'main' into add-terraform-azurerm-set-diff-analyzer
2026-02-02 09:21:16 +09:00
Toru Makabe
a6f3cde999
docs: add prerequisites and troubleshooting to SKILL.md
2026-02-02 08:58:51 +09:00
Aaron Powell
f34dbe1581
Merge pull request #626 from verdantburrito/verdantburrito-20260130
...
Update ASP.NET Core and Problem Details API RFC references
2026-02-02 10:23:45 +11:00
Aaron Powell
d6de5c119e
Merge pull request #619 from jhauga/skill-markdown-to-html
...
Add new skill for custom markdown to html covnersion
2026-02-02 10:03:28 +11:00
Alvin Ashcraft
a11df381d3
Fix quotes
2026-02-01 13:17:07 -05:00
Alvin Ashcraft
a91216ad74
Fix description metadata - from code review
2026-02-01 10:39:03 -05:00
Alvin Ashcraft
d6e7aec622
Update skills readme
2026-02-01 10:28:34 -05:00
Alvin Ashcraft
263935ec9b
Create skill for winapp CLI
2026-02-01 10:20:08 -05:00
Benji Shohet
c1cece5306
Refactor code structure for improved readability and maintainability
2026-01-31 21:34:19 +00:00
Benji Shohet
1707c76183
Adjust Linux agent model selections
2026-01-31 23:26:43 +02:00
Benji Shohet
9c11df2445
Add Arch Linux expert resources
2026-01-31 23:26:43 +02:00
DaniBunny
a601d31730
fixed agent getting greedy to do more of what it was asked
2026-01-31 10:44:12 -08:00
Daniel Coelho
c7825d3ac1
Merge branch 'main' into feat/repo-architect-agent
2026-01-31 09:54:53 -08:00
Daniel Coelho
2527d3fe56
Update agents/repo-architect.agent.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-31 09:53:29 -08:00
DaniBunny
33af105a94
feat: add repo-architect agent for scaffolding agentic projects
2026-01-31 09:34:43 -08:00
Jesse Ehrenzweig
206e276610
Updated Problem Details API RFC references (7807 -> 9457)
2026-01-30 12:21:09 -05:00
Jesse Ehrenzweig
74476591c5
Updated ASP.NET Core version references (9 -> 10)
2026-01-30 12:18:32 -05:00
Toru Makabe
1b9ff37cf9
Add terraform-azurerm-set-diff-analyzer skill
...
Add a new skill that analyzes Terraform plan JSON output for AzureRM Provider
to distinguish between false-positive diffs (order-only changes in Set-type
attributes) and actual resource changes.
This skill helps users identify 'noise' in terraform plan output caused by
Azure API returning Set elements in different order, making plan reviews
easier and reducing confusion in CI/CD pipelines.
Bundled assets:
- references/azurerm_set_attributes.json
- references/azurerm_set_attributes.md
- scripts/analyze_plan.py
2026-01-29 19:33:19 +09:00
John Haugabook
1782c9814e
Apply suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-29 00:49:17 -05:00
jhauga
4a2b22c570
Add new skill for custom markdown to html covnersion
2026-01-29 00:01:36 -05:00
Aaron Powell
ccdfd66cc2
Merge pull request #618 from github/copilot/fix-python-docstring-error
...
Fix Python async syntax errors in copilot-sdk-python instructions
2026-01-29 14:16:04 +11:00
Aaron Powell
5a23c41ebc
Merge pull request #608 from hoodini/feat/add-copilot-sdk-skill
...
feat(skills): Add GitHub Copilot SDK skill
2026-01-29 14:12:39 +11:00
Aaron Powell
fa6db250a4
Fixing validation script
2026-01-29 14:11:05 +11:00
copilot-swe-agent[bot]
c1f10f7dff
Add missing imports to Manual Server Control example
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-01-28 23:38:12 +00:00
copilot-swe-agent[bot]
d12b0b43e6
Fix Python async syntax in copilot-sdk-python.instructions.md
...
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com >
2026-01-28 23:36:47 +00:00
copilot-swe-agent[bot]
6af8480939
Initial plan
2026-01-28 23:34:11 +00:00
hoodini
855c17a500
chore: Add skill to copilot-sdk collection
...
Added copilot-sdk skill to the copilot-sdk.collection.yml as requested
by reviewer. Updated generated docs via npm run build.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 00:20:44 +02:00
hoodini
67d9708092
feat(skills): Add GitHub Copilot SDK skill
...
Add comprehensive skill for building agentic applications with the
GitHub Copilot SDK. This skill covers:
- Installation for Node.js, Python, Go, and .NET
- Quick start examples with sendAndWait pattern
- Streaming responses with proper event handling
- Custom tools definition (JSON Schema, Pydantic, Go structs)
- MCP Server integration (GitHub MCP)
- Custom agents for specialized AI personas
- System message customization
- External CLI server connection
- Session persistence and management
- Error handling and best practices
- Interactive CLI assistant examples
Based on official GitHub Copilot SDK documentation from
https://github.com/github/copilot-sdk
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 00:19:53 +02:00
Aaron Powell
2e317e23e5
Merge pull request #609 from VeVarunSharma/develop/add-workiq-copilot-skill
...
feat: add workiq copilot skill
2026-01-28 11:28:43 +11:00
Aaron Powell
359615d991
Merge pull request #604 from phatpham-katalon/main
...
feat: add ScoutQA Testing Skill
2026-01-28 11:20:10 +11:00
Ve Sharma
50868c5da3
feat: implement PR feedback for skill
2026-01-25 22:00:26 -05:00
Ve Sharma
e5289a995a
feat: update workiq readme skill
2026-01-25 21:42:46 -05:00
Ve Sharma
b6573100c3
feat: add workiq copilot skill
2026-01-25 21:34:50 -05:00
Pham Tien Thuan Phat
f551d7ba29
chore: update readme skill
2026-01-23 13:55:42 +07:00
Pham Tien Thuan Phat
b2c60dfbb1
feat: add Scout skill
2026-01-23 13:49:01 +07:00
Aaron Powell
cfb896c232
Merge pull request #602 from github/remove-chat-mode-references
...
Cleaning up some legacy around chat modes
2026-01-23 11:07:42 +11:00
Aaron Powell
92dbe54cc6
Cleaning up some legacy around chat modes
2026-01-23 10:51:55 +11:00
Aaron Powell
888fbe6c95
Merge pull request #581 from github/all-contributors/add-anchildress1
...
add anchildress1 as a contributor for infra, doc, and code
2026-01-23 10:27:43 +11:00
Aaron Powell
45ad6d840f
Merge pull request #591 from hashwnath/add-agentic-eval-skill
...
Add agentic-eval skill for agent evaluation patterns
2026-01-23 10:27:16 +11:00
Aaron Powell
a2525e3112
fix: enhance markdown table cell formatting for descriptions in README and skills
2026-01-23 10:06:44 +11:00
Aaron Powell
06639818f4
Merge pull request #601 from AungMyoKyaw/add-new-skills
...
Add 8 new skills for development tools and workflows
2026-01-23 09:50:44 +11:00
Aung Myo Kyaw
bc793da5d2
Update README.skills.md after PRD skill simplification
...
Run npm start to regenerate documentation after simplifying the prd skill.
2026-01-23 00:38:42 +07:00
Aung Myo Kyaw
03986ae177
Simplify PRD skill by removing technical jargon
...
Remove subagent, model selection, and implementation details that users don't need to specify. Focus on business requirements and user needs.
2026-01-23 00:36:52 +07:00
Aung Myo Kyaw
e24be77e6f
Add 8 new skills for development tools and workflows
...
This PR adds the following skills:
- azure-devops-cli: Azure DevOps operations via CLI
- chrome-devtools: Browser automation and debugging
- gh-cli: GitHub CLI comprehensive reference
- git-commit: Smart git commit with conventional commits
- mcp-cli: Model Context Protocol server interface
- plantuml-ascii: ASCII diagram generation
- prd: Product Requirements Document generation
- refactor: Surgical code refactoring guidance
All skills follow the project conventions with proper SKILL.md frontmatter.
2026-01-23 00:18:52 +07:00
Aaron Powell
42cfbda0e1
Merge pull request #504 from jamesmontemagno/jamont-skill-imagemagick
...
add image magick skill
2026-01-22 15:57:19 +11:00
Aaron Powell
857cba16fc
Merge branch 'main' into jamont-skill-imagemagick
2026-01-22 15:56:07 +11:00