Gsd Adversarial Review Pattern

Catch hidden test failures by running adversarial review on sparse-data edge cases before final push

vamseeachanta Updated

File contents

GSD Adversarial Review Pattern

After implementing analytics functions that handle sparse or missing data, run a focused adversarial review on the exact diff before pushing. Specifically: (1) verify test assertions match the actual filter logic (not just fixture coincidence), (2) check for silent failures where data passes validation but shouldn't, (3) re-run full test suite after fixes. This catches TDD precision errors where tests accidentally pass on incomplete fixtures but would fail on real data.

vamseeachanta/workspace-hub/tree/main/.agents/skills/workspace-hub/learned/gsd-adversarial-review-pattern commit 88731a9c59

Frequently asked questions

npx skillmds@latest add vamseeachanta/gsd-adversarial-review-pattern