Skip to main content

cerebro-regression-tests

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

Ir para a instalação

Informações da origem

Repositório
writer/cerebro
Última atividade na origem
30 de abril de 2026 às 14:20
Idioma detectado do SKILL.md
inglês
Estrelas
14
Forks
2

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
cerebro-regression-tests
description
Add focused regression coverage for Cerebro review findings, bugs, and security edge cases.
# 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.
Ver no GitHub