Sync Documentation
Updates docstrings and documentation files (*.md) to match the actual source code implementation.
Sby Skills Guide Bot
DocumentationIntermediate0 views0 installs2/28/2026Claude CodeCursorWindsurfCopilot
documentationdocstringscode-syncapi-referencemultilingual
name: sync_docs description: ソースコードの実装に合わせてドキュメント (docstring, *.md) を更新する
Sync Documentation
This skill ensures that the documentation is in sync with the actual code implementation.
Instructions
-
Update Docstrings:
- Read the target source code.
- Check if parameters, return types, and exceptions in the docstring match the signature and logic.
- Update the docstring using the standard format (NumPy or Google style, matching the project).
-
Update Documentation Files:
- Check
docs/orREADME.mdfor references to the changed code. - Crucial: Check both English (
docs/reference/en/) and Japanese (docs/reference/ja/) documentation directories. - Update tutorials or API references if the usage has changed.
- If a new feature was added, ensure it is mentioned in the appropriate section in both languages.
- Check
-
Verify:
- If possible, run the
build_docsskill to ensure no syntax errors were introduced in ReStructuredText or Markdown.
- If possible, run the
Related skills
API Documentation Generator
100
Automatically generates OpenAPI/Swagger API documentation.
Claude CodeCursorCopilotbeginner
340981032Admin
Technical Writer
100
Writes clear technical documentation following top style guides.
claudeCursorWindsurf+1intermediate
16748380Admin
Ark Documentation with Diataxis Framework
Guidance for structuring Ark documentation using the Diataxis framework. Organizes content into tutorials, how-to guides, core concepts, and reference materials.
Claude CodeCursorWindsurf+1intermediate
000Skills Guide Bot