一键导入
backend-runtime-governance
Use when changing backend route placement, service boundaries, runtime ownership, or backend docs/tests alignment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when changing backend route placement, service boundaries, runtime ownership, or backend docs/tests alignment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when changing One Voice capability authoring, Kai compatibility runtime contracts, generated action gateway contracts, typed-search and voice parity, persona/workspace gating, or BYOK-safe durable voice memory.
Use when reviewing an incoming pull request for north-star alignment, trust-boundary regressions, malicious or low-signal degradation, stale-vs-current CI interpretation, and true merge readiness beyond a green gate. Also owns PR train planning, merge queue cohorts, maintainer patch-then-merge, contributor harvest decisions, and backlog review waves.
Use when operating reviewer-account browser rehearsals that require BYOK unlock, memory-only decrypted information, and same-session client navigation.
Use when changing Hussh UI architecture, shared components, shell chrome, or styling rules inside the frontend owner family.
Use when drafting or polishing founder-facing architecture briefs, presentation-grade markdown/html/pdf artifacts, generic report PDFs, Drive/shareable artifacts, or paper-style technical specs that must stay grounded in repo truth.
Use when inspecting, summarizing, creating, triaging, or updating work on the Hussh Engineering Core GitHub board.
| name | backend-runtime-governance |
| description | Use when changing backend route placement, service boundaries, runtime ownership, or backend docs/tests alignment. |
backend-runtime-governancebackend-api-contracts and backend-agents-operons.spokebackendOwned repo surfaces:
consent-protocol/apiconsent-protocol/hushh_mcp/servicesconsent-protocol/hushh_mcp/integrationsconsent-protocol/tests/servicesNon-owned surfaces:
backendsecurity-auditrepo-operationsdocs/reference/architecture/architecture.mddocs/reference/architecture/api-contracts.mdconsent-protocol/docs/README.md.codex/skills/backend-runtime-governance/references/async-runtime-performance.mddocs/reference/architecture/schema-migration-discipline.mdsecurity-audit concerns when they become the primary boundary.uv as the canonical Python toolchain for contributor and CI flows; requirements*.txt are generated runtime artifacts, not the source of dependency truth../bin/hushh codex rca --surface runtime --text or --surface uat --text first so service fixes are anchored to the blocking runtime classification instead of log-chasing.run_in_threadpool/asyncio.to_thread offload and the layered caching strategy in references/async-runtime-performance.md. Never call the synchronous db/db_client.py client or a blocking SDK directly from an async def handler.backend.backend-api-contracts.backend-agents-operons.security-audit.cd consent-protocol && python3 -m pytest tests/services -q
./bin/hushh codex data-model-audit