Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8f05d05
Improve libraries-release-notes skill and copilot instructions
jeffhandley Feb 20, 2026
2e02360
Refactor libraries-release-notes into shared release-notes skill
jeffhandley Feb 20, 2026
b0ce8ad
Apply agentskills.io spec compliance fixes
jeffhandley Feb 20, 2026
24f84ce
Add ASP.NET Core team context for release notes skill
danroth27 Mar 3, 2026
82eb864
Add code sample validation step to release notes skill
jeffhandley Mar 4, 2026
3cc8fff
Standardize community contributors, required content, and release bra…
jeffhandley Mar 4, 2026
3de337a
Add preview-to-preview feedback fix detection and inclusion heuristics
jeffhandley Mar 4, 2026
7562a03
Refactor PR discovery and team overrides to be team-driven at all stages
jeffhandley Mar 4, 2026
e90f84a
Add partial feature / building block detection heuristics
jeffhandley Mar 4, 2026
19e6e71
Add bug fix summary guidelines and update format template
jeffhandley Mar 4, 2026
ec63ebe
Merge branch 'main' into jeffhandley/release-notes-skill
jeffhandley Mar 4, 2026
549bd5a
Merge branch 'jeffhandley/release-notes-skill' of https://github.com/…
jeffhandley Mar 4, 2026
959219f
Scope team-aspnetcore.md to actual overrides
danroth27 Mar 5, 2026
3404983
Update bug fix formatting to use nested area grouping
jeffhandley Mar 5, 2026
d17b25f
Add directions for SDK release notes
baronfel Mar 6, 2026
2fe3f06
Merge branch 'main' into jeffhandley/release-notes-skill
jeffhandley Mar 11, 2026
df828ef
Validate skill against Agent Skills spec and fix issues
jeffhandley Mar 12, 2026
584bca4
Add revert detection with within-release vs cross-release handling
jeffhandley Mar 12, 2026
12fdbc2
Delete temp validation.md file
jeffhandley Mar 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ git push origin [branch-name]
- `release-notes/releases-index.json` - Master index of all .NET releases
- `CONTRIBUTING.md` - Links to actual contribution guidelines in dotnet/runtime

### Copilot Skills

This repository defines Copilot skills in `/.github/skills/`. Before performing any task, check if a matching skill exists and follow its process. Current skills:

- `release-notes` - Generate .NET release notes for a preview or RC release (supports team-specific context)

## Common Tasks

### Adding New Release Notes
Expand Down
32 changes: 0 additions & 32 deletions .github/skills/libraries-release-notes/SKILL.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading