Armory
Source
Browse
Workflows

list-pending

List recent denied review actions from the receipt chain. Shows what the agent tried to do that was blocked by the review-governance policy.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install list-pending --cli claude

writes the file to.claude/commands/list-pending.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/list-pending.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

wshobson/agents workflow list-pending from the review-agent-governance plugin. List recent denied review actions from the receipt chain. Shows what the agent tried to do that was blocked by the review-governance policy.

When to use it

List recent denied review actions from the receipt chain. Shows what the agent tried to do that was blocked by the review-governance policy.

How to install / invoke

# copy the workflow into your project's .claude/commands/
curl -sL https://github.com/wshobson/agents/raw/main/plugins/review-agent-governance/commands/list-pending.md -o .claude/commands/list-pending.md

Notes

Extracted from wshobson/agents. Plugin: review-agent-governance.