Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/openshift-eng/ai-helpers/list-stepgit clone --depth 1 https://github.com/openshift-eng/ai-helpersWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/openshift-eng/ai-helpers/list-step)<a href="https://agentmods.dev/commands/openshift-eng/ai-helpers/list-step"><img src="https://agentmods.dev/badge/commands/openshift-eng/ai-helpers/list-step.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00010 | $0.01300 |
| Opus 5 | $0.00005 | $0.00650 |
| Sonnet 5 | $0.00002 | $0.00260 |
| Haiku 4.5 | $0.00001 | $0.00130 |
Grade A, and why
list-step scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- list-step — 97% identical, 2 lines differ
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Name
ci:list-step
Synopsis
/ci:list-step
Description
The ci:list-step command analyzes an OpenShift CI workflow or chain and provides a complete hierarchical breakdown of all the workflow, chain, and ref files with their repo paths that make up the workflow or chain.
The command accepts:
- Workflow/Chain name (required)
It uses the step-registry-analyzer agent to examine the workflow/chain structure and identify all related components including workflows, chains, refs, and their associated command files.
Implementation
The command performs the following steps:
- Parse Arguments:
- $1: Workflow or chain name (required, e.g., "hypershift-aws-reqserving-e2e")
- Execute Analysis: Use the Task tool with step-registry-analyzer agent: Task tool with:
- subagent_type: "step-registry-analyzer"
- description: "analyze and list all workflow/chain/ref with repository path for and keep the hierarchical structure"
- prompt: Detailed request to analyze the workflow or chain and provide complete hierarchical breakdown
- Display Results: Present the hierarchical structure showing:
- Main workflow or chain file path
- All chain files referenced in the workflow or chain with their repository paths
- All ref files referenced in the chains with their repository paths
- Any command files (.sh) associated with the refs
- The complete hierarchical structure showing relationships between all files
- Format Output: Use a clear hierarchical tree format with:
- Full repository paths for all files
- Indentation showing the workflow/chain/ref relationships
- File types (workflow/chain/ref/command) clearly identified
- Summary of total files and execution phases
Return Value
- Success: Complete hierarchical structure of the OpenShift CI workflow or chain
- Error: Workflow or Chain not found, analysis failure, or invalid workflow or chain name
Important for Claude:
- REQUIRED: Always use the step-registry-analyzer agent for this analysis
- Use the Task tool with the specialized agent to ensure comprehensive analysis
- Maintain the proper directory structure and show the relationships between files
- Include all phases (PRE/TEST/POST) in the hierarchy
- Show both the structural hierarchy and file paths clearly
- Show all workflow/chain/ref/command files with repository path
- Provide a summary of total files and execution flow
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 124 lines · 10 tokens per session scan A 2c94e2643d49
list-step is a command published in the GitHub repository openshift-eng/ai-helpers (114 stars, last pushed today), licensed Apache-2.0. It adds 10 tokens to every session and 1,300 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.