Avoid long waits that block the session. Any operation requiring wait times exceeding 10 seconds (monitoring PRs, waiting for CI, waiting for approval, waiting for issue generation, etc.) must use subagent or cron for asynchronous processing, immediately returning control to the user. Use when: any scenario requiring polling/waiting/monitoring.
$npx -y skills add corellisorg/corellis --skill non-blocking-waitInstalls into the current project.
Run `npx skills use "https://github.com/corellisorg/corellis" --skill "corellisorg/corellis/non-blocking-wait"` 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.