wheel-list

Catalog wheel workflow files from local directories and plugin manifests.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/yoshisada/ai-repo-template --skill wheel-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wheel-list
Source: https://github.com/yoshisada/ai-repo-template/tree/main/plugin-wheel/skills/wheel-list
Command: npx skills add https://github.com/yoshisada/ai-repo-template --skill wheel-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List and catalog all available wheel workflows from local workflows/ directories and installed plugin manifests, helping teams understand automation assets at a glance.

Core Features & Use Cases

  • Discover all wheel workflow files scattered across workflows/ directories and installed plugin manifests, with grouping by source.
  • Validate basic structure and report metadata such as names, step counts, step types, and composition.
  • Generate a ready-to-share inventory to enable quick remediation and reuse in CI/CD or automation planning.

Quick Start

Run the wheel-list skill to generate a grouped inventory of all local and plugin wheel workflows.

Frequently Asked Questions about wheel-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover all wheel workflow files across local directories and installed plugins?

Discover all wheel workflow files by scanning local workflows/ directories and installed plugin manifests. The tool groups results by source to help you understand available automation assets at a glance.

How do I validate wheel workflow structure and check for missing required fields?

Validate wheel workflow structure by checking required fields, unique step IDs, branch targets, and context_from references. The validation process flags errors or missing data for remediation in an easy-to-scan report.

What is the best way to inventory automation workflows for CI/CD planning?

Inventory automation workflows by generating a grouped catalog of all local and plugin wheel workflows. The report displays names, step counts, step types, and validation status to enable quick reuse in CI/CD planning.

Can I get a structured report of workflow step counts and types from multiple sources?

Generate a structured report of workflow step counts and types by grouping discovered wheel workflows from multiple sources. Results display names, composition, and validation status for quick scanning.

How do I find wheel workflows with broken branch targets or duplicate step IDs?

Find wheel workflows with broken branch targets or duplicate step IDs through structural validation. The tool checks unique step IDs and branch targets, flagging errors and missing data for remediation.

Does wheel workflow discovery work without external dependencies?

Wheel workflow discovery operates without external dependencies, reading directly from local workflows/ directories and installed plugin manifests. It requires no additional components to catalog and validate files.