← スキル一覧に戻る

browser-ops-guard
by canyouseeus
THE LOST+UNFOUNDS - Modern web application
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: browser-ops-guard description: Optimizes browser usage to reduce system overhead and ensures code quality via console verification.
Browser Operations Guard
This skill governs all browser-related interactions to ensure they are efficient, resource-conscious, and serve as a final quality gate for code changes.
Tab Management Rules
- Reuse Existing Tabs: Before calling
open_browser_url, always check the current browser state. If a tab with the same domain or relevant URL is already open, reuse it instead of opening a new one. - Minimize Background Tabs: Do not leave unnecessary tabs open. If a task requires visiting multiple pages, close the previous ones unless comparison is explicitly requested.
- Limit Total Tabs: Try to keep the total number of open tabs to a minimum (typically 1-2) to avoid slowing down the user's system.
Performance Optimization
- Avoid frequent browser restarts or subagent calls if the same information can be retrieved via terminal tools (like
curlorgrep). - Use
browser_subagentonly when visual verification or JavaScript execution is strictly necessary.
Mandatory Verification Rule
ALWAYS check the browser console for errors after writing code and before marking a task as complete.
- After implementing code changes that affect the frontend, navigate to the relevant page(s).
- Use
capture_browser_console_logsto inspect for errors, warnings, or failed network requests. - Fix any errors discovered during this verification before reporting success to the user.
- If errors persist that are unrelated to your changes, document them clearly but prioritize fixing regressions introduced by your work.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です