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.mdfiles.
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.