roslyn
Automate .NET compiler development, code review, and CI failure analysis
All Skills in This Repository (9)
Pure Emerald Level Indicatorsanalyzer-codefix
Implement Roslyn analyzers, code fixes, and refactorings with testing patterns.
integration-test-analysis
Analyze Visual Studio integration test failures from Azure DevOps builds into structured JSON summaries.
snap
Coordinate end-to-end branch snap workflows for dotnet repositories.
formatting-log
Import Razor formatting log zips into FormattingLogTest and validate whether captured issues still reproduce.
setup-darc-branch-publishing
Configure a dotnet repository branch to publish build artifacts through a Maestro channel.
validate-sdk
Installs and validates a .NET SDK from an Azure DevOps internal build.
update-agent-docs
Updates the Roslyn agent knowledge base after code changes to keep memory files current.
run-toolset-tests
Triggers the razor-toolset-ci Azure DevOps pipeline to validate Roslyn branches against third-party repositories.
merge-into-branch
Merges branches in dotnet/roslyn and resolves localization, compiler codegen, and Razor baseline conflicts.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core