dcs-soni
- 8 skills
- 0 followers
- 8 hours ago last updated
- ▌ Finding Stale Todos · dcs-soni bundleFind and analyze stale TODO, FIXME, HACK comments in codebases using git history. Use when user mentions stale TODOs, old comments, tech debt cleanup, forgotten TODOs, or code archaeology.
- ▌ API Docs Generator · dcs-soni bundleGenerate OpenAPI 3.0 specifications and API documentation from code. Use when user asks for API docs, OpenAPI spec, Swagger docs, endpoint documentation, or wants to document their REST API.
- ▌ Finding Empty Catches · dcs-soni bundleFind empty catch blocks and silent error handlers that swallow exceptions. Use when user mentions silent failures, error swallowing, empty catch, ignored exceptions, or debugging mysterious production issues.
- ▌ Finding Orphan Files · dcs-soni bundleIdentify source files that are never imported or referenced (orphan files) to help clean up technical debt and reduce build size. Use when user mentions dead code, unused files, cleaning up codebase, or dependency audit.
- ▌ Codebase Onboarding · dcs-soni bundleHelp developers understand unfamiliar codebases quickly. Use when user mentions onboarding, understanding code, architecture overview, codebase tour, project structure, or asks "how does this work" about a project.
- ▌ Responding To Incidents · dcs-soni bundleAssist with production incident response, log analysis, timeline creation, and postmortem generation. Use when user mentions incident, outage, production issue, debugging production, service down, error spikes, or postmortem.
- ▌ Generating Pr Descriptions · dcs-soni bundleGenerate high-quality Pull Request descriptions from git diffs and commit history. Use when user mentions PR description, pull request, code review, or asks to write/generate a PR.
- ▌ Fullstack Feature Generator · dcs-soni bundleGenerate complete full-stack features with database models, API routes, UI components, and tests in one workflow. Use when user asks to add a feature, create CRUD operations, scaffold endpoints, or build complete functionality across frontend and backend.