mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
`engineering/skills/full-page-screenshot/scripts/full-page-screenshot.mjs` is a legitimate 35KB JavaScript module, but the test only matched `*.py` and asserted the dir was empty. This caused `test_skill_integrity` to fail on dev's HEAD (pre-existing breakage, surfaced when CI ran on PR #601). Broadens the check to accept any common script extension: .py, .mjs, .js, .ts, .sh, .ps1. The test's intent — "scripts/ shouldn't be empty" — is preserved; the implementation no longer over-restricts language. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_campaign_roi.py | ||
| test_commit_linter.py | ||
| test_dcf_valuation.py | ||
| test_funnel_analyzer.py | ||
| test_gdpr_compliance.py | ||
| test_generate_docs.py | ||
| test_okr_tracker.py | ||
| test_ratio_calculator.py | ||
| test_rice_prioritizer.py | ||
| test_seo_checker.py | ||
| test_skill_integrity.py | ||
| test_smoke.py | ||