Add 8 new skills for development tools and workflows#601
Merged
Conversation
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.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds 8 new skills to the GitHub Copilot toolkit, expanding capabilities for development workflows and tools. The skills provide comprehensive CLI references and automation capabilities for Azure DevOps, GitHub, Git, Chrome DevTools, PlantUML, and more. Each skill includes detailed documentation with examples, command references, and usage patterns.
Changes:
- Added 8 new skill directories with properly formatted SKILL.md files
- Updated
docs/README.skills.mdto include all new skills in the skills table - All skills follow lowercase kebab-case naming conventions
- Each skill has comprehensive documentation with examples and best practices
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/azure-devops-cli/SKILL.md | Comprehensive Azure DevOps CLI reference (2467 lines) covering projects, repos, pipelines, builds, PRs, work items, and automation workflows |
| skills/chrome-devtools/SKILL.md | Chrome DevTools MCP skill for browser automation, debugging, and performance analysis |
| skills/gh-cli/SKILL.md | Extensive GitHub CLI reference (2189 lines) covering all GitHub operations from command line |
| skills/git-commit/SKILL.md | Git commit skill with conventional commit support and intelligent staging |
| skills/mcp-cli/SKILL.md | MCP (Model Context Protocol) CLI interface for external tools and APIs |
| skills/plantuml-ascii/SKILL.md | PlantUML ASCII art diagram generator for terminal-friendly documentation |
| skills/prd/SKILL.md | Product Requirements Document generator for AI agents and software systems |
| skills/refactor/SKILL.md | Code refactoring skill covering patterns, smells, and best practices (645 lines) |
| docs/README.skills.md | Updated skills table with 8 new entries maintaining proper formatting |
Remove subagent, model selection, and implementation details that users don't need to specify. Focus on business requirements and user needs.
Contributor
Author
Additional UpdateSimplified the prd skill to remove technical jargon:
This makes the skill more user-friendly and aligns with actual product management workflows where stakeholders define requirements without technical implementation details. |
Run npm start to regenerate documentation after simplifying the prd skill.
aaronpowell
approved these changes
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds 8 new skills to expand the Copilot toolkit for development workflows:
New Skills Added
Changes
skills/SKILL.mdwith frontmatterdocs/README.skills.mdvianpm startbuild processTesting
All skills follow the project conventions:
Checklist
npm startto update README filesContributor Recognition
@all-contributors add @AungMyoKyaw for skills