MarcelRoozekransMarcelRoozekransCommunityยท1 Agent Skills Included

roslyn-codelens-mcp

Semantic .NET code analysis, refactoring, and diagnostics

Analyzes .NET codebases semantically to find callers, references, implementations, and type hierarchies without text searching. Surfaces compiler errors, analyzer warnings, dead code, circular dependencies, and async or disposable misuse without running slow builds. Applies safe renames, signature changes, and code fixes across entire solutions with preview diffs. Generates test skeletons and maps stack traces to exact source lines.
npx skills add MarcelRoozekrans/roslyn-codelens-mcp --all -g -y
Available:

Directs your AI agent to use the 67 semantic code intelligence tools instead of Grep, Glob, or dotnet build when working with .NET codebases.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install roslyn-codelens-mcp?โ–ผ

Run `npx skills add MarcelRoozekrans/roslyn-codelens-mcp --all -g -y` in your terminal to install the skill globally.

How to find all callers of a C# method?โ–ผ

Use the find_callers tool, which returns every call site across the solution using Roslyn semantic analysis instead of error-prone text search.

Can I check .NET compiler errors without building?โ–ผ

Yes. The get_diagnostics tool returns compiler errors, warnings, and analyzer results in milliseconds without running dotnet build.

Does it support safe renaming and refactoring?โ–ผ

Yes. rename_symbol and change_signature update every reference and call site solution-wide, with preview diffs before writing to disk.

Does roslyn-codelens work with Claude Code?โ–ผ

Yes. It runs as a standard MCP server and skill, working seamlessly in Claude Code and other MCP-compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’