一键导入
guardrails
Pre-flight checklists before coding, post-implementation self-review after. Catches arch violations, missing observability, security oversights.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pre-flight checklists before coding, post-implementation self-review after. Catches arch violations, missing observability, security oversights.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
WCAG accessibility: semantic HTML, ARIA, keyboard nav, contrast, screen readers. For all user-facing interfaces.
Document architectural decisions using ADR format. Use during research when choosing approaches, introducing deps/patterns, or changing arch.
REST/HTTP API design: resource naming, status codes, error formats, versioning, pagination.
Kubernetes deployment and GitOps patterns: rolling/blue-green/canary strategies, ArgoCD/Flux manifests, K8s secrets management. Supplement to ci-cd-principles.
CI/CD pipeline patterns: stages, Dockerfile, GitHub Actions, artifact management, environment promotion, rollback. Layered by deployment complexity.
Structured code review protocol: inspect against full rule set. Use for audit workflows, code reviews, or when user requests review. Produces findings document with severity tags.
| name | guardrails |
| description | Pre-flight checklists before coding, post-implementation self-review after. Catches arch violations, missing observability, security oversights. |
.gemini/rules/architectural-pattern.md)project-structure.md)rule-priority.md for conflictsAny item unchecked → STOP and resolve.
Security:
Testability:
Observability:
Error Handling:
Testing:
Consistency:
| Language | File |
|---|---|
| Go | languages/go.md |
| TypeScript | languages/typescript.md |
| Flutter/Dart | languages/flutter.md |
| Rust | languages/rust.md |
Load only for active languages. Missing file → flag for creation.