Skip to main content

cerebro-source-integration

Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.

インストールへ移動

ソース情報

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

インストール方法

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

ソースファイルを確認

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

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
cerebro-source-integration
description
Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.
# Cerebro Source Integration ## Instructions 1. Start from the closest existing integration under `sources/`. 2. Implement config parsing with safe defaults, strict validation, and clear error mapping. 3. Add preview behavior and runtime sync behavior only within the requested scope. 4. Protect network-facing settings against loopback, unsafe schemes, malformed URLs, unbounded responses, and pagination loops. 5. Expose the exact attributes any downstream finding rule will use, with tests for label-quality fields, fallback IDs, absent optional fields, and future/deadline timestamps. 6. Add package tests for config validation, preview decoding, pagination, and error handling. 7. Run focused source package tests, then `make changed-check`, then `make verify` when feasible. ## Boundaries - Do not introduce new external dependencies unless explicitly requested. - Do not add live-service tests unless they are opt-in behind environment variables. - Canonicalize provider-controlled identifiers before they reach URNs, event IDs, or fingerprints — see the finding-rule design notes in [AGENTS.md](../../../AGENTS.md).
GitHubで見る