bycorellisorg· 22 skills
Universal approval flow framework — receives structured proposals, sends to Slack channel/DM/thread, parses human approval commands (execute/partial execute/skip/reject), callbacks to execution chain. All scenario SKILLs requiring human approval should call this atomic capability, don't implement approval logic yourself.
$npx -y skills add corellisorg/corellis --skill approval-flowInstalls into the current project.
Run `npx skills use "https://github.com/corellisorg/corellis" --skill "corellisorg/corellis/approval-flow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/corellisorg/corellis" that are relevant to the current task. Run `npx skills add "https://github.com/corellisorg/corellis"` and select the relevant skills, then follow their instructions.