What problem does it solve?
This Skill hunts for subtle, cross-component bugs that emerge only when a full feature is assembled, preventing integration issues before they reach the final quality gate.
Core Features & Use Cases
- 5-Dimensional Attack: Simultaneously probes for issues in wiring, integration, edge cases, state/lifecycle, and regression across the entire feature diff.
- Automated Test Generation: Writes and runs specific adversarial tests for each identified weakness.
- Use Case: After a complex feature involving multiple microservices and a UI update is implemented, the inquisitor skill can be run to ensure all the pieces correctly interact, state is managed across services, and no existing functionality has been broken by the new additions.
Quick Start
Run the inquisitor skill to hunt for cross-component bugs in the current feature branch.