gsscoder
UserClaude Code agents for software engineering
Categories
Indexed Skills (4)
dotnet-preflight
Verifies a .NET backend feature branch is safe to open a PR: solution builds cleanly, EF Core migrations are healthy against the local development database resolved from appsettings.Development.json, and the application starts without error. Not for fixing failing builds, broken migrations, or startup errors — verification only
dotnet-warning-audit
Compiles a .NET solution or project and reports every build warning grouped by severity, with a suppression inventory and per-project totals — C#, F#, and VB projects alike Not for fixing warnings, editing suppression settings, or judging runtime behavior — report only
react-preflight
Verifies a React frontend feature branch is safe to open a PR: dependencies install from a lockfile that isn't drifted, the app typechecks and builds for production, the test suite is green and actually ran, and both the dev server and the production build start without error. Not for fixing failing builds, broken types, or red tests — verification only
code-engineer
Language-agnostic engineering discipline for writing and changing code: naming, responsibilities, complexity, control flow, state, errors, coupling, abstraction, testability, concurrency, performance, and change hygiene. Load before editing source; apply while editing. Not a review report, not a refactoring campaign — it constrains the change at hand
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.