optimiselisted
Install: claude install-skill Edmonds-Commerce-Limited/claude-code-hooks-daemon
# /optimise - Configuration Optimiser Skill
## Description
Analyse the current hooks daemon configuration against the project's profile (languages,
tests, CI, plans) and produce a scored report across five key areas. Recommends specific
handler changes and can apply them automatically.
## Usage
```bash
# Run full analysis and show scored report
/optimise
```
No arguments — the skill profiles the project automatically.
## What It Checks
The skill analyses five areas, scoring each PASS / WARN / FAIL:
1. **Safety** — Critical blocking handlers (destructive_git, sed_blocker, security_antipattern, etc.)
2. **Stop Quality** — Handlers that prevent poor stopping behaviour (auto_continue_stop, task_completion_checker, hedging/dismissive detectors)
3. **Plan Workflow** — Plan tracking handlers and whether the workflow is actively being used
4. **Code Quality** — TDD, QA suppression, lint-on-edit, LSP enforcement, daemon restart verification
5. **Daemon Settings** — Session-start advisories, version checks, git context injection
## What It Outputs
```
╔══════════════════════════════════════════════════════════════╗
║ Hooks Daemon Configuration Optimiser ║
╚══════════════════════════════════════════════════════════════╝
Project Profile:
Languages detected: Python, TypeScript
Test directory: tests/ ✓
CI config: .github/workflows/ ✓
Plan directory: CLAUDE/Plan/ (5 active, 12 completed)
━━━ Area 1: Safety ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PASS (7/7)