docs/ja-JP/skills/scientific-thinking-scholar-evaluation/SKILL.md
論文、提案書、文献レビュー、方法論セクション、証拠の質、引用サポート、研究論文フィードバックのための構造化された学術的作業評価。
npx skillsauth add affaan-m/everything-claude-code scholar-evaluationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
このスキルを使用して、再現可能なルーブリックで学術的または科学的な作業を評価します。
まず成果物を特定します:
次に範囲を選択します:
該当する各次元を1から5でスコアリング:
適用されない次元には N/A を使用します。
# Scholar Evaluation: <成果物>
## 総合評価
- 総合スコア: <1-5 または N/A>
- 信頼度: <高 | 中 | 低>
- サマリー: <3-5 文>
## 次元スコア
| 次元 | スコア | 証拠 | 改訂優先度 |
| --- | ---: | --- | --- |
| 問題と質問 | | | |
| 文献とコンテキスト | | | |
| 方法論 | | | |
| データと証拠 | | | |
| 分析 | | | |
| 結果と解釈 | | | |
| 限界 | | | |
| 文章と構造 | | | |
| 引用 | | | |
## 重大な問題
## 推奨される改訂
## 必要な証拠確認
data-ai
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
development
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
tools
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.
tools
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.