chore: Set up dotagents with agent skills for GitHub Copilot#4993
chore: Set up dotagents with agent skills for GitHub Copilot#4993
Conversation
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Features ✨
Fixes 🐛
Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
| @@ -0,0 +1 @@ | |||
| .agents/skills No newline at end of file | |||
There was a problem hiding this comment.
todo: test
Does this actually work for GitHub Copilot (https://docs.github.com/copilot/concepts/agents/about-agent-skills#about-agent-skills).
Or is it even required in the first place and it works already even without this symlink?
There was a problem hiding this comment.
Reading through the docs, at least, it looks like copilot will also pick up any symlinks configured for Claude... but no harm in adding these as well I guess.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4993 +/- ##
==========================================
+ Coverage 73.88% 73.89% +0.01%
==========================================
Files 496 496
Lines 17951 17951
Branches 3516 3516
==========================================
+ Hits 13263 13265 +2
+ Misses 3826 3825 -1
+ Partials 862 861 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Follow-up to
.agents#4970This enables the skills for GitHub Copilot,
which are managed via https://github.com/getsentry/dotagents locally for this repository.
Similar to the GitHub Copilot symlink for the
AGENTS.md:Related GitHub Copilot documentation