一键导入
documentation-standards
Documentation methodology. What to document, format templates, and accuracy-first principles. Injected into Lois Lane's context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Documentation methodology. What to document, format templates, and accuracy-first principles. Injected into Lois Lane's context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Methodology for analyzing factory telemetry and proposing evidence-based improvements. Query patterns, evidence standards, and risk classification. Injected into Oracle's context.
Shared architectural and engineering principles for planning, implementing, and reviewing code. Single source of truth for SOLID, 12-factor, DRY, KISS, and defensive design. Referenced by Martian Manhunter, Cyborg, and Wonder Woman.
Database migration and schema change standards for any project using raw SQL migrations. Activate whenever a task involves schema changes, column renames, field additions, table creation, data backfills, index creation, or any modification to how data is stored. Also activate when backend TypeScript interfaces need to reflect a new database shape.
Deep research methodology for refining abstract concepts into shippable product specs. Six phases: concept extraction, landscape survey, constraint discovery, shape definition, risk assessment, and output crystallization. Can be invoked directly by users or injected into Brainiac's context.
Comprehensive Playwright E2E regression testing methodology. Activate this skill when Flash needs to create a full regression test suite by auditing an entire codebase from scratch — not when testing specific acceptance criteria from a plan. That is testing-methodology's domain. This skill applies when the instruction is "regression test this application", "write a full E2E suite", or "test coverage from scratch". It covers codebase discovery, live app exploration via Playwright MCP tools, Page Object Model architecture, multi-viewport testing (375px / 768px / 1280px), measurable coverage thresholds, and output artifact production.
Orchestration playbook for the Justice League factory. Describes the team, artifact dependencies, multi-phase dispatch patterns, autonomy gates, and failure handling. Injected into Batman's context — not user-invocable.
| name | documentation-standards |
| description | Documentation methodology. What to document, format templates, and accuracy-first principles. Injected into Lois Lane's context. |
| user-invocable | false |
| disable-model-invocation | true |
| last_reviewed | "2026-04-28T00:00:00.000Z" |
This guides what documentation you produce and how you produce it. The core principle is accuracy — document what the code does, not what the plan said it would do.
Assess what changed and document accordingly:
For each new endpoint, document:
For new environment variables or config options:
For significant structural changes:
If the change affects end users:
When a project has both README.md and a docs/ directory: API docs and guides go in docs/. README covers setup, quickstart, and links to docs/.
CHANGELOG.md: update for user-facing changes. Follow Keep a Changelog format —
sections are Added, Changed, Deprecated, Removed, Fixed, Security. Unreleased
changes go under ## [Unreleased].
Breaking changes: document in both CHANGELOG and the relevant API or migration docs. Call out explicitly what breaks and what the migration path is. A breaking change documented only in one place will be missed.