Summary
ローカルサーバーで起動している Marp スライドを視覚的に検証し、レイアウト問題を自動修正するスキル。「スライドをレビュー」「Marp スライドの視覚的チェック」「スライドのレイアウトを確認」「プレゼン資料の見た目を検証」などのリクエストでトリガーします。テキストの切れ目、重なり、?
smithery/neversight
ローカルサーバーで起動している Marp スライドを視覚的に検証し、レイアウト問題を自動修正するスキル。「スライドをレビュー」「Marp スライドの視覚的チェック」「スライドのレイアウトを確認」「プレゼン資料の見た目を検証」などのリクエストでトリガーします。テキストの切れ目、重なり、?
npx skills add smithery/neversight --skill marp-slide-reviewer
ローカルサーバーで起動している Marp スライドを視覚的に検証し、レイアウト問題を自動修正するスキル。「スライドをレビュー」「Marp スライドの視覚的チェック」「スライドのレイアウトを確認」「プレゼン資料の見た目を検証」などのリクエストでトリガーします。テキストの切れ目、重なり、?
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
This skill enables visual inspection of websites running locally or remotely to identify and fi…
13.3K installsServes as a reviewer of the codebase with instructions on looking for Apple App Store optimizat…
10.8K installsUse this skill to review code. It supports both local changes (staged or working tree) and remo…
9.1K installsConvex code reviewer — security, auth, validators, performance, and pattern checks for code in …
18.4K installs>- Simulate Nature-style or general pre-submission peer review from the referee perspective, no…
8.8K installsCoordinate parallel code reviews across multiple quality dimensions with finding deduplication,…
8.5K installsOther skills from smithery/neversight · top by installs.
npx skills add smithery/neversight
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Files included with this skill beyond the listing page.
SKILL.md
4,835 B
SUMMARY.md
554 B
このスキルは、Marp スライドの視覚的な品質を検証し、問題を自動修正します。
http://localhost:8080/slide.md のような形式{BASEURL}#1, {BASEURL}#2 でアクセス可能(1始まり)URL が提供されていない場合、必ずユーザーに質問する:
スライドの URL を教えてください(例:
http://localhost:8080/slide.md)
重要: URL が不明な状態では処理を開始しないこと。
各スライド(1〜N)に対して以下を実行:
{BASEURL}#{SLIDENUMBER} にアクセス| 問題 | 説明 |
|---|---|
| テキストの切れ目 | ヘッダーバー、図形、スライド端でテキストが切れている |
| テキストの重なり | テキストが他のテキストや図形と重なっている |
| 配置の問題 | コンテンツが境界や他要素に近すぎる |
| コントラスト不足 | テキストと背景のコントラストが不十分 |
| はみ出し | コンテンツがスライド領域からはみ出している |
| 余白の不足 | 要素間の余白が不十分で窮屈に見える |
問題が見つかった場合:
--- で区切られた箇所)修正テクニックの詳細は [references/fix-techniques.md](references/fix-techniques.md) を参照。
検証・修正完了時、以下の形式で報告:
# スライドレビュー結果
## 検証サマリー
- 検証 URL: {URL}
- 総スライド数: {N} 枚
- 問題検出数: {M} 件
- 修正完了数: {X} 件
## 検出された問題と修正内容
### スライド {番号}
- **問題**: {問題の説明}
- **修正内容**: {修正の説明}
(問題があったスライドごとに記載)
## 最終確認
すべてのスライドの視覚的な問題が解消されました。
このスキルを実行するには、以下の能力が必要です:
| 能力 | 説明 |
|---|---|
| ウェブページナビゲーション | 指定 URL へのアクセス、ページ遷移 |
| スクリーンショット撮影 | 表示中のページの画像キャプチャ |
| 画像分析 | スクリーンショットの視覚的問題検出 |
| ファイル読み書き | Markdown ファイルの読み込みと編集 |
このスキルは Playwright MCP を使用して実装できます。
| 能力 | Playwright MCP ツール |
|---|---|
| ウェブページナビゲーション | mcpplaywrightbrowser_navigate |
| スナップショット取得 | mcpplaywrightbrowser_snapshot |
| スクリーンショット撮影 | mcpplaywrightbrowsertakescreenshot |
その他のブラウザ自動化ツール(Selenium、Puppeteer など)でも同様の実装が可能です。