What problem does it solve?
Manually running scattered verification steps after making project changes is time-consuming and error-prone, often leading to missed build failures, test regressions, or security vulnerabilities in the intelligent-oracle codebase.
Core Features & Use Cases
- Unified Verification Workflow: Runs root app lint, typecheck, tests, and build in a single command to validate Next.js frontend changes.
- Security Auditing: Performs production dependency audits to identify known vulnerabilities in npm packages.
- Optional Contract Validation: Runs GenLayer Python smart contract tests when a local test environment is available to confirm contract logic works as expected.
- Use Case: After modifying the oracle drafting wizard UI or updating GenLayer contract logic, use this skill to quickly confirm all changes are functional and secure before deployment.
Quick Start
Use the verify skill to run all required checks after making changes to the intelligent-oracle project to confirm nothing is broken.