code-with-rashid
- 2 skills
- 0 followers
- 9 hours ago last updated
- ▌ Adversarial QA · code-with-rashid bundleUse when asked to run adversarial QA, harden or bulletproof an application, drive test coverage/mutation score to a target threshold, run coverage-guided fuzzing or property-based testing to convergence, perform load/stress/soak testing against SLOs, or resume a previous QA hardening run. Builds an exhaustive code-derived test inventory, then loops coverage → mutation testing → fuzzing → chaos/load until objective, measured convergence criteria are met — persisting all state (qa/INVENTORY.md, COVERAGE.json, TRIED.jsonl, QA_LOG.md, SEEDS.json, qa/corpus/) so re-runs resume and compound instead of repeating work.
- ▌ Mental Model · code-with-rashid bundleExplain a concept, feature, ticket, or implementation in plain language to build the user's mental model — grounded in verified code and sources, with a concrete running example, current-vs-target framing, and an explicit invitation to correct assumptions. Use whenever the user wants to UNDERSTAND how something in a codebase or system works (e.g. "give me context to understand…", "build my mental model of…", "how does X work internally?", "is this an explicit action or automatic?", "is my assumption correct?") rather than to change, fix, or plan it.