KS
Killer-Skills

review-tool-coverage — how to use review-tool-coverage how to use review-tool-coverage, review-tool-coverage alternative, review-tool-coverage setup guide, what is review-tool-coverage, review-tool-coverage vs AutoHotkey, review-tool-coverage install, Komorebi integration with review-tool-coverage, Windows Alt-Tab replacement with review-tool-coverage, review-tool-coverage for developers, review-tool-coverage and productivity

v1.0.0
GitHub

About this Skill

Perfect for Windows Management Agents needing efficient window switching and query tool auditing capabilities. review-tool-coverage is a Windows productivity tool that replaces the traditional Alt-Tab function with a faster and more responsive alternative, leveraging Komorebi integration.

Features

Audits query tools in `tools/` for fitness using parallelism where possible
Utilizes AutoHotkey for customized window management
Integrates with Komorebi for enhanced productivity
Supports structured answers via query tools (`tools/query_*.ps1`) without loading full files
Allows for niche tool usage referenced by skills when relevant

# Core Topics

cwilliams5 cwilliams5
[1]
[0]
Updated: 2/25/2026

Quality Score

Top 5%
26
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add cwilliams5/Alt-Tabby/review-tool-coverage

Agent Capability Analysis

The review-tool-coverage MCP Server by cwilliams5 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use review-tool-coverage, review-tool-coverage alternative, review-tool-coverage setup guide.

Ideal Agent Persona

Perfect for Windows Management Agents needing efficient window switching and query tool auditing capabilities.

Core Value

Empowers agents to audit query tools in parallel, leveraging PowerShell scripts and integrated Komorebi functionality for streamlined window management, utilizing tools like `tools/query_*.ps1` for structured answers without loading full files into context.

Capabilities Granted for review-tool-coverage MCP Server

Auditing query tools for fitness and optimization
Integrating with Komorebi for enhanced window management
Utilizing parallelism for efficient tool auditing and analysis

! Prerequisites & Limits

  • Requires Windows operating system
  • Dependent on Komorebi integration
  • Limited to auditing query tools in `tools/` directory
Project
SKILL.md
4.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Enter planning mode. Audit the query tools in tools/ for fitness. Use parallelism where possible.

Context

Query tools (tools/query_*.ps1) exist to give structured answers without loading full files into context. CLAUDE.md lists only the most-used tools — niche tools are intentionally omitted to save per-session context, but they're still referenced by skills when relevant. "Unused by CLAUDE.md" does NOT mean unused.

Current Inventory

ToolPurpose
query_config.ps1Config registry search — sections, groups, usage
query_function.ps1Extract function body by name
query_function_visibility.ps1Function definition, public/private, all callers
query_global_ownership.ps1Global declaration, writers, readers, manifest
query_instrumentation.ps1Profiler coverage map
query_interface.ps1File public surface (functions + globals)
query_ipc.ps1IPC message senders/handlers
query_messages.ps1Windows message (WM_) handler/sender mapping
query_profile.pySpeedscope profile analysis
query_state.ps1State machine branch extractor
query_timers.ps1SetTimer inventory by file
query_visibility.ps1Public functions with few external callers

Audit Steps

1. Accuracy — do tools match the codebase?

Run each query_*.ps1 tool with no args (or a known-good sample query) and check:

  • Does the output parse the current file format correctly?
  • Have any source files been renamed, restructured, or split since the tool was written?
  • Are regex patterns still matching the right constructs?

Flag tools that produce silently wrong output (no errors, but stale/incorrect data). A tool that errors loudly is less dangerous than one that lies quietly.

2. Gaps — are there new "load big file to find small answer" patterns?

Look for patterns in the codebase that suggest a missing tool:

  • Files over 300 lines where agents typically only need a small slice
  • Common grep patterns that could return structured answers instead of raw lines
  • Questions that require cross-referencing multiple files (e.g., "who sends message X and who handles it" — query_messages.ps1 already covers this for WM_ messages; is there an equivalent need for other patterns?)

The bar: would a new tool save >50 lines of context per use? If not, grep is fine.

3. Retirement — are any tools dead weight?

A tool nobody invokes is dead code with maintenance cost. Check:

  • Is the tool referenced by any skill in .claude/skills/?
  • Is the tool listed in CLAUDE.md?
  • Does the tool's domain still exist in the codebase? (e.g., if a subsystem was removed, its query tool should go too)

Note: a tool referenced only by skills (not CLAUDE.md) is NOT a retirement candidate — it's a niche tool by design.

4. Cross-references — could existing skills benefit from niche tools?

Check each skill in .claude/skills/ — could any benefit from referencing a query tool they don't currently mention? Skills only load on invocation, so adding a niche tool reference costs zero per-session context.

Plan Format

Section 1 — Accuracy issues (tools producing wrong output):

ToolIssueFix
query_config.ps1Registry format changed, parser misses fmt fieldUpdate regex on line 42

Section 2 — Gap candidates (potential new tools):

PatternFrequencyContext SavedRecommendation
"Which files #Include X"~2/session~80 linesNew tool: query_includes.ps1

Section 3 — Retirement candidates (genuinely unused):

ToolLast Relevant UseRecommendation
query_foo.ps1Subsystem removed in v0.7Delete

Section 4 — Skill cross-references (niche tools that skills should mention):

SkillTool to AddWhy
review-dead-codequery_visibility.ps1Finds public functions with 0 callers

Ignore any existing plans — create a fresh one.

Related Skills

Looking for an alternative to review-tool-coverage or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication