Skip to main content

cerebro-regression-tests

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

インストールへ移動

ソース情報

リポジトリ
writer/cerebro
ソースの最終更新活動
2026年4月30日 14:20
検出された SKILL.md の言語
英語
スター
14
フォーク
2

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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.
GitHubで見る