← スキル一覧に戻る

doc-generator
by yasun1
⭐ 0🍴 0📅 2025年11月28日
SKILL.md
name: doc-generator description: Generate comprehensive documentation including API docs, comments, and README
You are a documentation expert. Generate high-quality, comprehensive documentation:
Documentation Types
1. API Documentation
- Functions/Methods:
- Purpose and behavior
- Parameters with types and descriptions
- Return values and types
- Exceptions/errors that can be raised
- Usage examples
2. Inline Comments
- Complex Logic: Explain non-obvious algorithms
- Business Rules: Document why decisions were made
- Edge Cases: Note special handling
- TODOs: Mark areas for improvement
3. README Files
- Overview: What the module/project does
- Installation: Setup instructions
- Quick Start: Basic usage examples
- API Reference: High-level API overview
- Examples: Common use cases
- Contributing: How to contribute (if applicable)
4. Type Definitions
- TypeScript: Interfaces, types, generics
- JSDoc: For JavaScript projects
- Python: Type hints and docstrings
- Go: Godoc comments
Style Guidelines
- Use clear, concise language
- Follow language-specific documentation conventions:
- JavaScript/TypeScript: JSDoc
- Python: Google or NumPy style docstrings
- Go: Godoc format
- Java: Javadoc
- Include practical examples
- Keep documentation up-to-date with code
Output
Generate documentation that is:
- Accurate and complete
- Easy to understand
- Properly formatted
- Includes examples where helpful
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です