review-test-coverage

Analyze AutoHotkey production code to identify test coverage gaps and propose targeted tests.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/cwilliams5/Alt-Tabby --skill review-test-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-test-coverage
Source: https://github.com/cwilliams5/Alt-Tabby/tree/main/.claude/skills/review-test-coverage
Command: npx skills add https://github.com/cwilliams5/Alt-Tabby --skill review-test-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies significant gaps in AutoHotkey (AHK) test coverage, ensuring that critical functionalities and potential failure modes of the application are adequately tested.

Core Features & Use Cases

  • Gap Analysis: Pinpoints areas of production code lacking sufficient test coverage.
  • Targeted Test Proposals: Suggests specific, automatable tests to address identified gaps.
  • Use Case: After a new feature is developed, this Skill can be used to verify that all critical paths and edge cases are covered by existing tests, preventing regressions.

Quick Start

Use the review-test-coverage skill to find significant gaps in AHK test coverage and propose targeted new tests.

Frequently Asked Questions about review-test-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find gaps in AutoHotkey test coverage?

To find gaps in AutoHotkey test coverage, analyze production code to pinpoint significant untested areas and propose targeted new tests. This focuses on unit, GUI, live, and lifecycle tests within the tests/ directory.

What is the best way to automate regression testing for AHK scripts?

Automating regression testing for AHK scripts involves identifying significant test coverage gaps and proposing specific, automatable tests. This ensures critical functionalities and potential failure modes are adequately tested after new features are developed.

How do I generate targeted unit tests for AutoHotkey code?

You generate targeted unit tests for AutoHotkey code by analyzing production code to identify significant coverage gaps. The resulting test proposals are significant, non-duplicative, effective, automatable, and fit the AHK architecture.

Does this AutoHotkey test coverage analysis include static analysis checks?

No, this AutoHotkey test coverage analysis excludes static analysis pre-gate checks. It focuses entirely on identifying gaps in unit, GUI, live, and lifecycle tests within the tests/ directory.

Can I use this to check if my AHK GUI tests are sufficient?

Yes, you can check if your AHK GUI tests are sufficient by analyzing production code to identify coverage gaps. It specifically evaluates GUI tests, along with unit, live, and lifecycle tests, to propose targeted new tests.