Skip to content

chore: Set up dotagents with agent skills for GitHub Copilot#4993

Draft
Flash0ver wants to merge 1 commit intomainfrom
chore/dotagents-skills-for-copilot
Draft

chore: Set up dotagents with agent skills for GitHub Copilot#4993
Flash0ver wants to merge 1 commit intomainfrom
chore/dotagents-skills-for-copilot

Conversation

@Flash0ver
Copy link
Member

Follow-up to


This 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

@Flash0ver Flash0ver self-assigned this Mar 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Features ✨

  • feat: Network calls for Session Replay on Android by jamescrosswell in #4860

Fixes 🐛

  • fix: Log Warning instead of Error when ratelimited by bitsandfoxes in #4927

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.34.1 by github-actions in #4986
  • chore(deps): update CLI to v3.3.0 by github-actions in #4973
  • chore(deps): update Native SDK to v0.13.1 by github-actions in #4964
  • chore(deps): update Cocoa SDK to v9.5.0 by github-actions in #4944
  • chore(deps): update Native SDK to v0.13.0 by github-actions in #4941
  • chore(deps): update CLI to v3.2.2 by github-actions in #4943
  • chore(deps): update Java SDK to v8.33.0 by github-actions in #4933
  • chore(deps): update CLI to v3.2.0 by github-actions in #4805
    • NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via SentryApiKey, you need to generate an Auth Token and use SentryAuthToken, instead.
  • chore(deps): update Cocoa SDK to v9.4.1 by github-actions in #4928
  • chore(deps): update Native SDK to v0.12.8 by github-actions in #4929
  • Apps built using the Sentry SDK for .NET must now target iOS version 15 or higher. Previously only version 13 or higher was required. (#4781) by github-actions in #4781
  • Bump Cocoa SDK from v8.57.3 to v9.2.0 (#4781) by github-actions in #4781
  • chore(deps): update Native SDK to v0.12.7 by github-actions in #4920

Other

  • chore: Set up dotagents with agent skills for GitHub Copilot by Flash0ver in #4993
  • chore: Set up dotagents with agent skills by Flash0ver in #4988
  • ref: align internal analyzer project with public compiler extensions by Flash0ver in #4842
  • style: file nesting by Flash0ver in #4894
  • ci: move from dotnet-format tool to .NET SDK command by Flash0ver in #4918
  • test(blazor): Add Playwright E2E tests for navigation breadcrumbs by bruno-garcia in #4908
  • test(android): Use volatile to produce SIGSEGV in native crash test by jpnurmi in #4919

🤖 This preview updates automatically when you update the PR.

@@ -0,0 +1 @@
.agents/skills No newline at end of file
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.89%. Comparing base (9376fdf) to head (34265ae).
⚠️ Report is 4 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants