backend-logic-validator
Installation
SKILL.md
Back-end Logic Validator
This skill ensures that the core rules of an application (e.g., pricing, points, permissions) work perfectly under all conditions.
Instructions
- Identify critical business rules and formulas.
- Write Unit Tests for individual functions.
- Write Integration Tests for multi-step processes.
- Use Property-Based testing for mathematical edge cases.
- Ensure 100% test coverage for the most critical logic.
Examples
- "Verify the tax calculation logic for 50 different regions."
- "Test the point accumulation algorithm in a loyalty program."