dev-docs-execute

Execute documentation workflow phases and run system-wide tests.

70|28|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill dev-docs-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-docs-execute
Source: https://github.com/AIBiz-Automatyzacje/claude-code-starter/tree/main/.claude/skills/dev-docs-execute
Command: npx skills add https://github.com/AIBiz-Automatyzacje/claude-code-starter --skill dev-docs-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dev-workflow, autopilot-agent, code-review-agent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution phase of documentation in continuous delivery workflows, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Automated Documentation Execution: Execute specific phases of documentation in a workflow.
  • Implementation Unit Execution: Coordinates and executes Implementation Units for each phase, including error handling and status updates.
  • System-Wide Test Check: Before finalizing the phase, ensures all checks are passed for stability and correctness.

Quick Start

Execute the next phase of the 'docs/active/auth-refaktor' task by running the skill: dev-docs-execute "docs/active/auth-refaktor" phase=1

Frequently Asked Questions about dev-docs-execute

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

FAQPage Schema
How do I automate documentation execution in continuous delivery workflows?

Documentation execution in continuous delivery workflows is automated by coordinating specific phases, running Implementation Units, and checking system-wide tests to reduce manual effort. This ensures stability and correctness before finalizing each phase.

What is the best way to run implementation units for a specific software workflow phase?

Running implementation units for a software workflow phase is best handled by an automated coordinator that executes each unit, manages error handling, and provides status updates throughout the process. System-wide tests are checked before completion.

Does this documentation automation tool run system-wide tests before finalizing a phase?

Yes, documentation automation runs system-wide tests before finalizing a phase to ensure all checks are passed for stability and correctness. This validation step prevents errors from progressing through the continuous delivery pipeline.

How do I execute a specific phase for a documentation task like 'auth-refaktor'?

To execute a specific phase for a documentation task, you run the skill with the task path and phase number as parameters, such as specifying 'docs/active/auth-refaktor' and 'phase=1' to initiate the workflow execution.

Do I need dev-workflow to automate implementation unit execution?

Yes, dev-workflow is required as a dependency to automate implementation unit execution. The skill relies on dev-workflow, autopilot-agent, and code-review-agent to coordinate phases and validate system-wide tests.

Why does continuous delivery documentation execution fail to check system-wide tests?

Continuous delivery documentation execution fails system-wide tests when implementation units encounter errors or dependencies are missing. The automation coordinates error handling and status updates to identify the specific failing check before finalizing the phase.