qw-traverse

Traverse sub-units within a scope and execute batch actions recursively.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Yaojian/qualia-weaver --skill qw-traverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qw-traverse
Source: https://github.com/Yaojian/qualia-weaver/tree/main/.agents/skills/qw-traverse
Command: npx skills add https://github.com/Yaojian/qualia-weaver --skill qw-traverse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of traversing and executing actions on sub-units within a specified scope, streamlining complex workflows and reducing manual effort.

Core Features & Use Cases

  • Batch Action Execution: Execute a single action on multiple sub-units within a given scope.
  • Scope Definition: Specify the starting point for the traversal and the scope of action.
  • Recursive Traversal: Support for recursive traversal of sub-units.
  • Use Case: Imagine you have a project with multiple sub-units and you need to review all specifications within a specific scope. Use this Skill to automatically review each specification and generate a report.

Quick Start

Use the qw-traverse skill to review all specifications within the 'books/tang-tian' scope by running the command: qw-traverse action=qw-spec-review scopeUnit=books/tang-tian.

Frequently Asked Questions about qw-traverse

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

FAQPage Schema
How do I automate batch execution on sub-units within a project scope?

Batch execution on sub-units is automated by defining a starting scope and an action to execute. This Skill traverses the specified scope and applies the action to each sub-unit sequentially, streamlining complex workflows.

What is recursive traversal for workflow automation and when do I need it?

Recursive traversal is the process of automatically navigating nested sub-units within a defined scope. You need it when executing actions on hierarchical project structures, ensuring all nested levels are processed without manual intervention.

Can I resume a workflow automation task if batch execution is interrupted?

Yes, interrupted batch execution tasks can be resumed. The Skill includes state management capabilities that allow you to restart and resume operations from where they stopped within the defined traversal scope.

What do I need to define before starting a recursive traversal operation?

Before starting a recursive traversal, you need to define two key parameters: the scope unit designating the traversal starting point, and the specific action to execute on each sub-unit within that scope.

Does workflow automation support reviewing multiple specifications and generating reports?

Yes, workflow automation supports reviewing multiple specifications and generating reports. By setting the action to a specification review and defining the scope, the Skill automatically processes each sub-unit and outputs a report.

Are there limitations when using batch execution for workflow automation?

Batch execution requires a clear definition of both the scope and the action to run successfully. Without a properly defined scope unit and action parameter, the workflow automation cannot traverse and execute operations accurately.