drvoss
- 109 skills
- 0 followers
- 11 hours ago last updated
- ▌ Multi Model Strategy · drvossUse when choosing which AI model to use for a task — pick the right model family and tier based on cost, speed, context needs, and reasoning depth
- ▌ Sub Agent Sandboxing · drvossUse when delegated work needs runtime guardrails — constrain sub-agents with loop detection, circuit breakers, and escalating sandbox levels before accepting their output
- ▌ Token Cost Optimizer · drvossUse before a large Copilot task when model choice, context size, or parallelism could drive up billed usage — estimate cost pressure early and apply Copilot-specific reduction tactics before you run
- ▌ Pr Multi Perspective Review · drvossReview a pull request from 6 perspectives (PM, Dev, QA, Security, DevOps, UX) for comprehensive, bias-free feedback
- ▌ Finishing A Development Branch · drvossUse when implementation is complete and tests pass but the branch itself is not yet resolved — verify tests, detect worktree vs. normal checkout, then present merge/PR/keep/discard options and execute the chosen cleanup
- ▌ Verification Before Completion · drvossUse before claiming any task is done — run the exact command that proves the fix works, read the output, and only then report success.
- ▌ Improve Codebase Architecture · drvossUse when a codebase feels hard to change, test, or navigate — surface architectural friction, identify deeper module seams, and walk one candidate into a concrete refactoring direction.
- ▌ MCP Implementation Security Review · drvossUse when reviewing the source code of an MCP server or client implementation — not just its runtime config — for authentication, session, rate-limit, schema-validation, and SDK-usage vulnerabilities, with file/line-cited findings mapped to OWASP Top 10
- ▌ Github Codespaces Efficiency · drvossUse when optimizing GitHub Codespaces — faster startup times, lower spend, slimmer devcontainers, right-sizing machines, or scoping prebuilds.