Agent Skills by darylmcd
Showing 38 vetted skills indexed across 1 GitHub repositories.
recover-stalled-subagent
Create a WIP commit from a stalled subagent's worktree and remove it.
reconcile-backlog-sweep-plan
Reconcile backlog-sweep plan state.json and plan.md against GitHub PR statuses.
publish-preflight
Automate pre-publish validation for NuGet releases with pass/fail readiness reports.
draft-changelog-entry
Draft a changelog fragment file from PR/commit metadata and backlog-sweep state.
release-cut
Automate Roslyn MCP release pipelines with bump, verify, ship, tag, and reinstall.
bump
Bump project versions across five files and consolidate changelog fragments.
close-backlog-rows
Delete backlog rows by id from ai_docs/backlog.md with atomic updates.
modernize
Plan and execute staged Roslyn-based C# code modernization with previews and validation.
refactor-loop
Automate a four-stage refactor loop with previews, compile checks, and validation.
update
Update Roslyn MCP plugin across Layer 1 and Layer 2 using dotnet tool commands.
security
Identify and remediate security issues in C# solutions via Roslyn analysis and NuGet CVE checks.
code-actions
List and apply Roslyn code actions at a specified code span.
snippet-eval
Analyze and execute short C# fragments with compile-time diagnostics.
dead-code
Identify unreferenced private or internal symbols in a Roslyn workspace.
complexity
Analyze C# workspace complexity hotspots with CC, LCOM4, and nesting depth metrics.
workspace-health
Diagnose Roslyn MCP server and workspace health with go/caution/no-go verdicts.
nuget-preflight
Preflights NuGet packages by validating metadata, builds, tests, scans, and version consistency.
trace-flow
Trace a symbol or file:line across control, data, and exception paths in C#.
version-bump
Bump Version or VersionPrefix properties across solution projects after confirmation.
document
Generate XML doc comments for undocumented public C# APIs using Roslyn analysis.
extract-method
Extract selected C# statements into a new private method with inferred parameters.
test-triage
Identify failing tests in CI and guide targeted fixes.
review
Review C# code with Roslyn semantic analysis for diagnostics and code-fix opportunities.
exception-audit
Classify catch blocks in a Roslyn workspace by exception type and boundary risks.