Reza Rezvani
fdb0c12cba
feat(ci): add automated Tessl skill quality review on PRs
Closes #288
- Add .github/workflows/skill-quality-review.yml:
- Triggers on PRs touching **/SKILL.md or **/scripts/*.py
- Installs Tessl CLI via npm, runs tessl skill review --json
- Runs internal validators (structure, scripts, security)
- Posts combined quality report as PR comment
- Fails merge if Tessl score < 70 or security CRITICAL/HIGH found
- Add scripts/review-new-skills.sh:
- Local automation: review changed, specific, or all skills
- Runs Tessl + structure validator + script tester + security auditor
- Configurable threshold (default: 70)
- Usage: ./scripts/review-new-skills.sh [--all] [--threshold N] [skill-dir]
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 12:21:30 +02:00
..
2026-03-30 19:54:00 +00:00
2025-11-04 21:03:52 +01:00
2025-11-05 20:18:29 +01:00
2026-03-10 13:56:49 +01:00
2026-02-25 10:58:52 +01:00
2026-04-07 12:21:30 +02:00
2026-03-10 11:06:19 +00:00
2026-02-25 10:58:52 +01:00
2026-03-06 12:16:26 +01:00
2026-02-25 10:58:52 +01:00
2026-03-06 03:58:32 +01:00