project-scan

Installation
SKILL.md

PROJECT-SCAN SKILL: What I do

This skill scans project source code to produce a QA-focused inventory: languages, frameworks, and existing tests.

Test Scanner Journey:

  • Analyze source code structure in project root.
  • Detect programming languages used.
  • Identify test frameworks (automated tests).
    • Avoid deep parsing unit test and integration system files.
  • Inventory manual test cases from .test.md files.

CONSTRAINT (large projects):

  • Do not perform deep analysis: no full import resolution, no line-by-line parsing, no inference of complex code relationships.

Focus only on high-level structure.

When to Use

Installs
10
GitHub Stars
12
First Seen
May 12, 2026
project-scan — testomatio/skills