一键导入
context-quality
Aggregated quality context for a scope — quality attribute definitions + performance SLOs + reliability targets per BAR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Aggregated quality context for a scope — quality attribute definitions + performance SLOs + reliability targets per BAR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | context-quality |
| description | Aggregated quality context for a scope — quality attribute definitions + performance SLOs + reliability targets per BAR. |
| version | 0.1.0 |
| purity | pure-data |
| runtime | research-runner |
| command | npx @maintainabilityai/research-runner@~0.1.64 skill-context-quality |
Surfaces non-functional grounding (latency, availability, observability) so the PRD agent can write defensible Non-Functional Requirements anchored to real BAR targets rather than guesses.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
platformId | string | yes | — | Platform to aggregate over. |
barIds | string[] | yes | — | BARs to aggregate over. |
| Field | Type | Description |
|---|---|---|
ok | boolean | |
qualityAttributes | { barId, name, target, measurement }[] | Per-BAR QA definitions. |
performanceSlos | { barId, metric, target, percentile }[] | p95/p99 latency targets, throughput. |
reliabilityTargets | { barId, availability, errorBudget }[] | SLO/SLI declarations. |
echo '{"platformId":"PLT-IMDB","barIds":["APP-IMDB-001","APP-IMDB-002"]}' \
| npx @maintainabilityai/research-runner@~0.1.64 skill-context-quality
Walks architecture/quality-attributes.yaml + architecture/fitness-functions.yaml per BAR. CLI subcommand backend lands in B-PR1a.
Empty arrays on sparse BARs (not an error).
Append one hash-chained audit event to okrs/<id>/audit/events/<run-id>.jsonl. Returns the new chain head.
Replay the hash chain over an existing audit JSONL; returns the chain head on success, the first integrity failure reason on failure.
Query the mesh's threat library for entries matching a concern (e.g. "identity", "data-licensing").
Academic paper search via arXiv. Returns ranked paper results per query envelope.
Aggregated architecture context for a scope — CALM nodes + ADRs + fitness functions + quality attributes. PURE data; the Architect persona is in the parent agent's prompt.
Aggregated security context for a scope — STRIDE threats + OWASP refs + NIST controls + prior threat-model docs. PURE data; the Security persona is in the parent agent's prompt.