CtrlK
BlogDocsLog inGet started
Tessl Logo

cerebro-regression-tests

Add focused regression coverage for Cerebro review findings, bugs, and security edge cases.

68

1.11x
Quality

52%

Does it follow best practices?

Impact

94%

1.11x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.factory/skills/cerebro-regression-tests/SKILL.md
SKILL.md
Quality
Evals
Security

Cerebro Regression Tests

Instructions

  1. Reproduce the reported bug class with the smallest package-level test.
  2. Prefer table-driven Go tests for parser, validator, projection, graph, and source connector edge cases.
  3. Include security boundary cases for URL, host, tenant, auth, pagination, size-limit, and error-mapping fixes.
  4. Keep fixtures local to the package unless an existing shared fixture pattern already exists.
  5. Run the focused package test with -count=1 -v, then run make verify when feasible.

Success Criteria

  • The new test fails against the unfixed behavior or clearly asserts the regression boundary.
  • The production fix is minimal and covered by the new test.
Repository
writer/cerebro
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.