delzarsolutionsllc
- 18 skills
- 0 followers
- 10 hours ago last updated
- ▌ Tdd · delzarsolutionsllcRed, green, refactor. Write the failing test that pins the contract, then the smallest pass. Use when the user asks to TDD.
- ▌ Debugging · delzarsolutionsllcReproduce first, then isolate. Turn a failing run into a root cause and a minimal fix. Use when the user asks to debug this.
- ▌ API Design · delzarsolutionsllcShape HTTP and RPC so clients can evolve. Idempotency, errors, pagination, compatibility. Use when the user asks to API design.
- ▌ Code Review · delzarsolutionsllcRead a diff like a staff engineer: correctness, security, tests, and regression risk before merge. Use when the user asks to code review.
- ▌ Frontend UX · delzarsolutionsllcMake the interface usable on a phone and a laptop: hierarchy, empty states, and no dead clicks. Use when the user asks to UX review.
- ▌ Performance · delzarsolutionsllcMeasure before you change. Find the real hot path, then cut latency or allocations there. Use when the user asks to this is slow.
- ▌ Refactoring · delzarsolutionsllcChange structure without changing behavior. Keep the diff small and the tests green. Use when the user asks to refactor.
- ▌ Git Workflow · delzarsolutionsllcBranch, commit, and PR with a history someone can actually bisect six months later. Use when the user asks to git.
- ▌ Spec Writing · delzarsolutionsllcTurn a vague ask into a spec an agent can build against: scope, invariants, and done-when. Use when the user asks to write a spec.
- ▌ Documentation · delzarsolutionsllcWrite the doc the next person will search for: how to run it, how it fails, and where the source of truth lives. Use when the user asks to write the README.
- ▌ Pr Description · delzarsolutionsllcWrite the PR a reviewer wants: intent, risk, test plan, and what you deliberately did not do. Use when the user asks to write the PR.
- ▌ Security Audit · delzarsolutionsllcHunt OWASP-class bugs in the code you can actually reach: injection, authz, secrets, SSRF. Use when the user asks to security audit.
- ▌ Database Schema · delzarsolutionsllcModel the data so the queries you will actually run stay honest as the product grows. Use when the user asks to schema.
- ▌ Test Generation · delzarsolutionsllcCover the behavior that can actually break: edges, errors, and the regression that bit you. Use when the user asks to write tests.
- ▌ Incident Response · delzarsolutionsllcStabilize first. Then find the blast radius, the trigger, and the fix that will not make it worse. Use when the user asks to incident.
- ▌ Repo Health Check · delzarsolutionsllcMap a new codebase fast: layout, how to run it, the risky bits, the smallest safe first change. Use when the user asks to new repo.
- ▌ Migration Planning · delzarsolutionsllcMove data or systems without a night-of surprise. Dual-write, backfill, cutover, rollback. Use when the user asks to migration plan.
- ▌ Architecture Review · delzarsolutionsllcJudge module boundaries, data flow, and failure modes before the system calcifies. Use when the user asks to architecture review.