← スキル一覧に戻る

update-readme
by mhalder
Modular Linux development environment dotfiles managed with tuckr, featuring shell configurations, development tools, and automated installation hooks
⭐ 1🍴 0📅 2026年1月24日
SKILL.md
name: update-readme description: Updates README.md to match the current project state. Use when the user says "update readme", "sync readme", "refresh documentation", "readme is outdated", or asks to document the project. allowed-tools: Read, Glob, Grep, Edit, Write
Update README
Analyze a project's codebase and update its README.md to accurately reflect the current state.
Instructions
- Read the current
README.mdto understand existing structure - Read package files (
package.json,Cargo.toml,pyproject.toml,go.mod, etc.) for metadata - Use Glob to understand directory layout (
**/*.{js,ts,py,go,rs}) - Compare README against actual codebase for discrepancies
- Update only sections that are outdated or incorrect
- Provide a summary of changes made
What to verify
- Dependencies: Match actual package files
- Features: Reflect capabilities found in code
- Installation: Steps work with current setup
- Usage examples: Code snippets are accurate
- File references: Mentioned paths exist
- Configuration: Options are complete
Rules
- MUST preserve existing README structure when possible
- MUST keep any badges, images, or custom formatting
- MUST use relative links for internal documentation
- Never add sections that weren't requested
- Never remove sections without explicit approval
- Never fabricate features not found in the codebase
Output
After updating, summarize:
- Sections updated
- What was added or removed
- Anything needing manual review
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です