dotnetdotnetOfficialยท9 Agent Skills Included

roslyn

Automate .NET compiler development, code review, and CI failure analysis

Automates daily engineering work on the Roslyn C# and Visual Basic compiler platform. Reviews pull requests, builds IDE analyzers and code fixes, and diagnoses failing CI builds and integration tests without manual log digging. Handles release branch snaps, codeflow tracking, and SDK validation so maintainers skip repetitive setup steps.
npx skills add dotnet/roslyn --all -g -y
Available:

Directs the AI agent to the repo's central instructions, knowledge base, and path-scoped rules so it picks the right conventions and skills for each compiler or IDE task.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Roslyn agent skills?โ–ผ

Run `npx skills add dotnet/roslyn --all -g -y` in your terminal to install all skills in this suite globally.

How to analyze failing .NET CI builds with AI?โ–ผ

The ci-analysis skill pulls Azure DevOps and Helix results for a PR, separates real test failures from known issues, and tells you whether to fix code or safely retry.

Can AI review Roslyn pull requests?โ–ผ

Yes. The code-review skill reads the full diff and surrounding source, forms an independent assessment, and reports findings ranked by severity before you merge.

How to create a Roslyn analyzer or code fix?โ–ผ

The analyzer-codefix skill gives your agent the exact patterns, diagnostic IDs, and test conventions needed to build new IDE analyzers, code fixes, and refactorings.

Do these skills work with Claude Code and Copilot?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code, GitHub Copilot, Cursor, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’