with one click
with one click
Analytics and metrics for SpecWeave usage โ token consumption, cache efficiency, agent spawn counts.
Batch-close all complete increments by delegating each one to `sw:done`. Discovers active/ready-for-review increments with zero pending tasks, then iterates and calls `sw:done` per increment. Use when saying "close all", "close stuck increments", or "batch close".
[DEPRECATED] Use `sw:multi-project --tool github` instead. Organizes specs and splits tasks across multiple GitHub repositories. This skill will be removed in SpecWeave v1.3.0.
Unified multi-project management skill for GitHub, Azure DevOps, and Jira. Organizes specs and splits tasks across multiple repositories or projects for monorepo, polyrepo, project-per-team, and area-path architectures. Use `--tool github|ado|jira` to select the target integration.
[DEPRECATED] GitHub issue formatting standard. See docs/internal/specs/github-issue-standard.md
| name | sw/team-build |
| description | [DEPRECATED] Use sw:team-lead --preset <name> instead. |
| version | 1.0.0 |
| allowed-tools | Read |
Deprecated:
sw:team-buildis deprecated. Usesw:team-lead --preset <name>instead. This skill will be removed in SpecWeave v1.3.0.
Replace:
/sw:team-build <preset-name>
With:
/sw:team-lead --preset <preset-name>
The same preset names from team-build are available via --preset:
full-stack โ frontend + backend + database + testing agentsapi-only โ backend + database + testing agentsfrontend-only โ frontend + testing agentsmicroservice โ backend + testing + devops agents