docs-audit-fix

Coordinate automated documentation fixes across Git worktrees and pull requests.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/bacchus-labs/steamship-integrations --skill docs-audit-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-audit-fix
Source: https://github.com/bacchus-labs/steamship-integrations/tree/main/.wingman/playbooks/skills/docs-audit-fix
Command: npx skills add https://github.com/bacchus-labs/steamship-integrations --skill docs-audit-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of resolving documentation audit issues by coordinating fixes across isolated worktrees and reducing manual triage and review overhead.

Core Features & Use Cases

  • Issue Triage and Batching: Analyzes documentation issues, identifies dependencies, and groups independent fixes for efficient parallel execution.
  • Parallel Fix Coordination: Dispatches agents to isolated worktrees where they update documentation, commit changes, and create pull requests.
  • Use Case: A repository maintainer can process a batch of documentation audit findings by having independent agents fix broken references, outdated content, and missing sections while preserving reviewable PR workflows.

Quick Start

Use the docs-audit-fix skill to process the documentation audit issue list, create parallel fix batches, and prepare pull requests for the completed changes.

Frequently Asked Questions about docs-audit-fix

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

FAQPage Schema
How do I automate documentation fixes across multiple GitHub pull requests?

Automating documentation fixes across GitHub pull requests requires coordinating isolated Git worktrees where agents apply changes and create reviewable PRs. This Skill batches independent audit issues and dispatches parallel fix workflows to resolve them efficiently.

What is the best way to triage and batch documentation audit issues for parallel execution?

Triage and batching of documentation audit issues involves analyzing issue dependencies and grouping independent fixes for parallel execution. This Skill identifies which documentation updates can run concurrently across isolated worktrees without conflicting pull request workflows.

Does automated documentation maintenance require GitHub CLI authentication and Git worktrees?

Automated documentation maintenance requires GitHub CLI authentication for issue management and PR creation, alongside Git worktrees for isolating parallel changes. These prerequisites ensure agents can safely commit fixes and track issue resolution without repository conflicts.

Can I process broken references and outdated content in parallel using automated PR workflows?

Processing broken references and outdated content in parallel is supported by dispatching agents to isolated worktrees. Each agent updates documentation, commits changes, and creates a separate pull request, allowing repository maintainers to review independent fixes simultaneously.

How do validation steps work when creating reviewable documentation fixes in isolated worktrees?

Validation steps for reviewable documentation fixes in isolated worktrees ensure each agent applies changes safely before creating a pull request. This Skill coordinates validation across parallel worktree branches to maintain repository integrity during automated issue resolution.

When should I avoid using parallel worktree workflows for documentation maintenance?

Parallel worktree workflows for documentation maintenance should be avoided when audit issues have interdependencies that prevent independent fixes. If documentation changes require sequential updates or shared file modifications, batching them for parallel execution may cause pull request conflicts.