feat: add Copilot skills and path-scoped instructions#11
Merged
Conversation
Skills (.github/skills/): - ai-ready — analyze repo and generate AI-ready config files - commit-message-storyteller — narrative conventional commit messages - conventional-branch — branch naming per Conventional Branch spec - create-agentsmd — generate AGENTS.md for a repository - create-implementation-plan — create implementation plan documents - documentation-writer — Diátaxis-based technical documentation - github-actions-runtime-upgrade-conventions — upgrade Actions runtimes - github-copilot-starter — set up Copilot config for new projects - harness-engineering — turn agent failures into durable instructions - refactor — surgical code refactoring skill Instructions (.github/instructions/): - context-engineering — structure code to maximize Copilot context - hooks — authoring safe and portable lifecycle hooks - makefile — GNU Make best practices - qa-engineering-best-practices — test strategy, naming, assertions - self-explanatory-code-commenting — comment only when necessary Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
001214f to
ab463f7
Compare
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.
Adds 10 reusable Copilot skills and 5 path-scoped instruction files sourced from the awesome-copilot repository.
Skills (
.github/skills/)ai-readycommit-message-storytellerconventional-branchcreate-agentsmdcreate-implementation-plandocumentation-writergithub-actions-runtime-upgrade-conventionsgithub-copilot-starterharness-engineeringrefactorInstructions (
.github/instructions/)context-engineering**hooks.github/hooks/**makefile**/Makefileqa-engineering-best-practices**self-explanatory-code-commenting**