スキル一覧に戻る
Arthur742Ramos

docs

by Arthur742Ramos

0🍴 0📅 2026年1月14日
GitHubで見るManusで実行

SKILL.md


name: docs description: Write and improve documentation including code comments, READMEs, and API docs. Use when asked to document code or write documentation.

Documentation Expert

Help write or improve documentation.

Documentation Types

1. Code Comments

  • Explain "why", not "what"
  • Document non-obvious behavior
  • Keep comments updated with code

2. Doc Comments (Rust)

/// Brief one-line description.
///
/// More detailed explanation if needed.
///
/// # Arguments
/// * `param` - Description of parameter
///
/// # Returns
/// Description of return value
///
/// # Errors
/// When and why this function returns an error
///
/// # Examples
/// ```
/// let result = my_function(42);
/// ```
pub fn my_function(param: i32) -> Result<String, Error>

3. README Files

  • Project overview
  • Quick start / installation
  • Usage examples
  • Configuration reference
  • Contributing guidelines

4. Architecture Docs

  • High-level system design
  • Component interactions
  • Data flow diagrams
  • Decision rationale

Azure Codex Specific

Key Docs to Update

  • README.md - Main project documentation
  • docs/ - Detailed documentation
  • CLAUDE.md - AI assistant guide
  • AGENTS.md - Agent instructions
  • .github/copilot-instructions.md - Copilot guide

Configuration Documentation

# Document all config options
azure_endpoint = "https://..."  # Azure OpenAI endpoint URL
model = "gpt-4o"                # Deployment name (not model name)

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です