What problem does it solve?
Before opening a pull request, developers need confidence that a change is correct, tested, and properly formatted. This Skill orchestrates a complete validation pipeline so no verification step is forgotten or skipped.
Core Features & Use Cases
- Ordered Validation Pipeline: Runs high-level code review, low-level code review, test addition, test execution, multi-configuration builds (ASan, TSan, UBSan, fuzz tests), and formatting in a strict sequence.
- Subagent Orchestration: Delegates long-running steps to focused subagents that compose other skills like code review, test running, and build configuration.
- Issue Resolution In-Place: Each step fully fixes its own issues before proceeding, avoiding restarts from the beginning.
- Use Case: After implementing a bug fix in stellar-core, invoke this Skill to review the diff, add missing tests, run the full test suite across sanitizer builds, and confirm the change is pull-request ready.
Quick Start
Validate my current uncommitted changes for the ledger bug fix and confirm they are ready for a pull request.