Rock workflow auditor

Audits Rock workflows for unreachable activities, infinite loops, and missing error handlers.

Thomas StephensBEMA Software ServicesUpdated 5 weeks ago0 installsCodeCowork
AI summary

Need a quick read on Rock workflow auditor?

Skim the gist, what it's good for, a real prompt to try, and the gotchas — all distilled from SKILL.md. Cached after the first run.

Details

About this skill

--- name: rock-workflow-auditor version: 1.0.0 description: Audits Rock workflows for unreachable activities, infinite loops, and missing error handlers. triggers: - audit this rock workflow - review workflow for issues - check workflow safety runtimes: - code - cowork tags: - rock - workflow - audit ---

# Rock workflow auditor

Reads a Rock workflow type export (XML or JSON) and reports structural issues — unreachable activities, action chains with no end state, infinite-loop risk between two activities, and activities missing fallback error handlers. Produces a numbered punch list with the workflow id + activity name + suggested fix.

## When to use

- "audit this rock workflow" - "review workflow for issues" - "check workflow safety"

## Example

audit this rock workflow → 4 issues found, 2 critical (unreachable activities, missing error handler)

## Notes

This skill is published to the Triumph Skills Marketplace. Report issues or request features directly from the skill's page.