evaluate_readme
Assess and improve README file structure in repositories by analyzing content quality, identifying gaps, and providing actionable suggestions for documentation enhancement.
Instructions
リポジトリ内の全てのREADMEファイルの構成を評価し、改善点を提案します
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | プロジェクトのルートディレクトリパス |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "プロジェクトのルートディレクトリパス",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}