QA Clockwork

SkillDev tools

Build, launch, and verify Clockwork after a code or packaging change.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the QA Clockwork skill

What this skill tells your AI

The instructions your AI receives, as published by iannuttall/clockwork in .agents/skills/qa/SKILL.md and read by ahel’s review.

  1. Run make check and fix every failure.

  2. Run make dev to build, ad-hoc sign, launch, and perform the process check.

  3. Confirm the exact bundle is running:

    pgrep -af "Clockwork.app/Contents/MacOS/Clockwork"
    
  4. Cross-check app state through the bundled CLI:

    .build/package/Clockwork.app/Contents/MacOS/clockworkcli list --json
    
  5. For packaging work, run make package, verify both executable architectures with lipo -archs, run make dmg, and verify the DMG with hdiutil verify.

Do not trigger Keychain prompts in tests. Report the exact app path, process, signatures, architectures, and behavior you verified.

Signals

GitHub stars
40
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
qa-clockwork
Source
github.com/iannuttall/clockwork