Skip to content
Security
Command

/cancel

Cancel the active grc-loop

From plugin
trust-center
367139 skills139 commands1 MCP
Install
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cancel

Context preview

What this command does when you run it.

Cancel the active grc-loop

Command definition

cancel.md
description: "Cancel the active grc-loop"
allowed-tools: ["Bash(test -f .claude/grc-loop.local.md:*)", "Bash(rm .claude/grc-loop.local.md)", "Read(.claude/grc-loop.local.md)"]

/grc-loop:cancel

Stop the active loop. Removes the state file so the Stop hook stops blocking exits.

1. Check if `.claude/grc-loop.local.md` exists: `test -f .claude/grc-loop.local.md && echo EXISTS || echo NOT_FOUND`. 2. If `NOT_FOUND`, report "No active grc-loop." and stop. 3. If `EXISTS`:

  • Read `.claude/grc-loop.local.md` to capture `target:` and `iteration:` from the frontmatter.
  • Remove the file: `rm .claude/grc-loop.local.md`.
  • Report: `Cancelled grc-loop (target: <target>, was at iteration <N>)`.
Ships withtrust-center

Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.

Get the whole plugin, auto-invoked
Stats
367
Stars
0
Views
82
Forks
Active
Maintenance
JavaScript
Language
1d ago
Last commit
7mo ago
Created

Repo: GRCEngClub/claude-grc-engineering