OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add github/awesome-copilot --skill conventional-commit
Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.
npx skills add github/awesome-copilot --skill conventional-commit
Follow these steps:
git status to review changed files.git diff or git diff --cached to inspect changes.git add <file>.