← スキル一覧に戻る

latest-docs
by takumi12311123
⭐ 1🍴 0📅 2026年1月19日
SKILL.md
name: latest-docs description: | Fetch and verify latest official documentation before implementation. Use when implementing features with any library, framework, or technology. Prevents outdated patterns and deprecated API usage. metadata: context: implementation, development, library, framework, api auto-trigger: true
Latest Documentation Check
Purpose
Ensure implementations follow the latest official documentation. Prevent usage of deprecated APIs, outdated patterns, or breaking changes.
When to Use
Automatic Triggers
- Before implementing features using external libraries/frameworks
- Before using APIs that may have version-specific behavior
- When upgrading or migrating dependencies
- When user mentions specific library/framework versions
Manual Check
- When uncertain about current best practices
- When documentation may have changed since knowledge cutoff
Process
Step 1: Identify Technologies
List all technologies/libraries involved in the implementation:
- Framework (React, Vue, Next.js, etc.)
- Libraries (axios, lodash, etc.)
- Runtime (Node.js, Deno, Bun, etc.)
- Language features (TypeScript, Go, Python version)
Step 2: Fetch Latest Documentation
Use WebSearch to find current official documentation:
WebSearch: "[library name] official documentation [current year]"
WebSearch: "[library name] latest version changelog"
WebSearch: "[library name] migration guide"
Step 3: Verify Version Compatibility
Check:
- Current stable version
- Breaking changes from previous versions
- Deprecated APIs to avoid
- New recommended patterns
Step 4: Document References
In your implementation response, include:
- Documentation URL referenced
- Version number verified
- Any deprecation warnings noted
Quick Reference
| Check | Search Query |
|---|---|
| Latest version | [lib] latest version [year] |
| Best practices | [lib] best practices [year] |
| Deprecations | [lib] deprecated api |
| Migration | [lib] migration guide v[X] to v[Y] |
Important Reminders
- Always verify version - Project may use different version than latest
- Check package.json/go.mod - Confirm actual version in use
- Note breaking changes - Inform user of any migration needs
- Cite sources - Include documentation URLs in response
Output Format
When referencing documentation, include:
Documentation verified:
- [Library]: v[X.Y.Z] (https://...)
- Last checked: [date]
- Notes: [any deprecations or important changes]
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です