vivekkrishna
- 5 skills
- 0 followers
- 15 hours ago last updated
- ▌ Cige Test Authoring · vivekkrishnaUse when authoring, reviewing, or refactoring an agentic AI test case. Enforces the CIGE format (Context, Intent, Guardrails, Execution) that separates stable intent from adaptive, self-healing execution.
- ▌ Cige Environment Recovery · vivekkrishnaUse when a CIGE test run is classified as an Infrastructure Failure (auth error, unreachable service, missing seed data, unbootstrapped environment). Restores the environment; never modifies the test definition.
- ▌ Cige Failure Classification · vivekkrishnaUse immediately after any CIGE test run completes, pass or fail, before any repair. Classifies the outcome (infrastructure failure, outdated test logic, product defect, or false positive) and names which self-healing skill, if any, is allowed to act.
- ▌ Cige Stale Execution Repair · vivekkrishnaUse when cige-failure-classification identifies Outdated Test Logic (repair Execution steps, Mode A) or a confirmed False Positive (add a stricter Guardrail, Mode B). Human approval required before committing either kind of repair.
- ▌ Cige Product Defect Escalation · vivekkrishnaUse when cige-failure-classification identifies a Product Defect -- execution reached a healthy system with current steps, but the outcome contradicts Intent. Fetches specRef and buildRef to file a defect or, only with human approval, propose an Intent update.