Shared agent skills for InWheel repositories. These teach Copilot the conventions used across all InWheel projects.
| Skill | What it covers |
|---|---|
committing |
Commit message format, conventional commits prefix, bullet style |
creating-issues |
Issue title style, body structure, labels |
creating-pull-requests |
PR title, body structure, labels, draft rules |
Install all skills once per machine:
gh skill install InWheelOrg/skills committing
gh skill install InWheelOrg/skills creating-issues
gh skill install InWheelOrg/skills creating-pull-requestsgh skill update --all