一键导入
documentation-standards
Standards for maintaining technical logs, session records, and project history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standards for maintaining technical logs, session records, and project history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill allows the agent to manage its own semantic memory, extracting lessons, patterns, and user preferences to improve long-term effectiveness.
Project coding standards, focused on the use of pathlib, Google docstrings, and strict typing.
Standards for handling drillhole data, section interpolation, and 3-level validation.
Standards for testing in a Dockerized environment and use of Mocks for QGIS.
Expert guide for QGIS 4.x migration and agnostic API usage
Standards for the custom SecInterp interface, focused on programmatic creation and premium aesthetics.
| name | documentation-standards |
| description | Standards for maintaining technical logs, session records, and project history. |
| trigger | when updating DEVELOPMENT_LOG.md, MAINTENANCE_LOG.md, CHANGELOG.md or creating session reports in docs/maintenance/. |
This skill defines the precise formats to ensure that all agents (human or AI) maintain consistent and professional documentation.
docs/DEVELOPMENT_LOG.mdThis file is the reverse chronological record of daily activity.
Format:
## [YYYY-MM-DD] [SHORT TOPIC]
- **Achievement**: A sentence summarizing the main impact.
- **Changes**:
- Relevant technical detail 1 (mention modules if applicable).
- Relevant technical detail 2.
- **Quality**: Test status (e.g., 535/535 OK) and ruff/black metrics.
- **Maintenance**: Link to the maintenance log [session_YYYY-MM-DD_topic.md](maintenance/session_YYYY-MM-DD_topic.md).
docs/source/MAINTENANCE_LOG.mdThis file is the structural record of infrastructure and releases.
Levels Rule:
## (H2) levels.### (H3) levels under the main version header.Recent Entry Format:
## [YYYY-MM-DD] [INFRASTRUCTURE TITLE IN ALL CAPS]
- **Changes**: Summary of changes in infrastructure or engine.
- **Metrics/Impact**: What improved after this session.
History Format (Project History):
### [vX.Y.Z] - YYYY-MM-DD
- **Summary**: General description of the release.
- **Key Achievements**:
- Achievement 1
- Achievement 2
- **Reference**: Link to the phase closure or implementation plan.
docs/maintenance/session_*.mdDetailed technical report of the session.
Required Structure:
# Maintenance Session: YYYY-MM-DD - [Title]YYYY-MM-DD format.## [YYYY-MM-DD] header correctly?