DomenicMoran
UserClaude Code skills that stop an agent from reporting work as finished before it has been demonstrated on the running system.
Categories
Indexed Skills (4)
cron-aware-watchdog
Use when building or debugging a monitor, watchdog, or health check for scheduled jobs, or when investigating an alert that says a job is stale. Prevents blanket staleness rules that fire on weekends and prevents auto-repair loops.
platform-resolution-check
Use when a bug appears on one platform only, when a React Native background handler or native module never runs, or when a .web/.ios/.android file seems to be ignored. Checks the quiet machinery that picks one file over another.
release-artifact-check
Use before uploading an Android APK/AAB or iOS build to a store, or before publishing any packaged artefact. Reads the artefact itself instead of trusting the source tree, because build systems keep generated copies that outlive a deleted source file.
verify-before-done
Use when about to report a task as finished, fixed, working, or deployed. Turns the claim into a check against the running system and blocks the summary until there is evidence. Also use when the user asks "is it actually working?" or when a previous answer said "should work now".
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.