ワンクリックで
guidance-adoption-review
Review external coding guidance before turning it into standing repo policy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review external coding guidance before turning it into standing repo policy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Resolve knowledge gaps: fetch unresolved gaps, assess sensitivity, generate research queries, ingest findings, and close gaps with a resolution slug.
Interrupt-driven alerts: detect and surface new contradictions, stale pages, resolved gaps, and embedding drift. Priority-classified with deduplication.
Ingest meeting notes, articles, documents, and conversations into Quaid. Handles idempotent ingestion for exact-byte duplicates and vault-backed sync.
Keep the brain healthy: detect and resolve contradictions via the correction / supersede workflow, validate referential integrity, triage knowledge gaps, find orphaned pages, and compact the database.
Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesize across multiple pages. Cite sources.
Agent-guided binary upgrades: version check, channel detection, download via install.sh (or manual asset fetch + SHA-256 verify), and post-upgrade validation.
| name | guidance-adoption-review |
| description | Review external coding guidance before turning it into standing repo policy. |
| domain | review |
| confidence | high |
| source | earned |
Use this skill when a team wants to adopt an external handbook, style guide, or agent skill as default guidance. The goal is not to restate the source, but to decide whether it fits the repo's architecture, maturity, and quality bar without introducing brittle or noisy rules.
#![deny(missing_docs)] should not become repo-wide policy in a primarily binary crate without deliberate buy-in.