원클릭으로
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?