write-docblocks

Generate PHPDoc blocks for multiple PHP files in batches.

125|16|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/aaddrick/claude-pipeline --skill write-docblocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-docblocks
Source: https://github.com/aaddrick/claude-pipeline/tree/main/.claude/skills/write-docblocks
Command: npx skills add https://github.com/aaddrick/claude-pipeline --skill write-docblocks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of PHPDoc blocks to improve documentation coverage across multiple PHP files, reducing manual effort and keeping docs up to date.

Core Features & Use Cases

  • Batch PHPDoc generation: Scan project files for missing PHPDoc blocks and generate consistent, well-formatted documentation.
  • Parallel processing: Dispatch PHPDoc writing tasks in batches of five subagents to accelerate coverage improvements without overloading the system.
  • Use Case: When you add several new services or controllers, use this skill to automatically document classes and methods.

Quick Start

Use this skill to generate missing PHPDoc blocks across your PHP project. Provide a path or target files when prompted.

Frequently Asked Questions about write-docblocks

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

FAQPage Schema
How do I batch generate PHPDoc blocks across multiple PHP files?

You can batch generate PHPDoc blocks by dispatching parallel subagents that scan your PHP project for missing documentation and automatically write consistent PHPDoc blocks across multiple files.

Can I automate PHP documentation coverage for newly added controllers and services?

Yes, automating PHP documentation coverage targets newly added services or controllers by analyzing the files and generating well-formatted PHPDoc blocks to reduce manual effort.

Does batch PHPDoc generation require a specific development environment?

Batch PHPDoc generation requires a PHP development environment with Composer installed to analyze files, generate documentation, and verify coverage accurately.

How does parallel processing handle PHPDoc generation for large codebases?

Parallel processing handles large codebases by dispatching PHPDoc writing tasks in batches of five subagents, accelerating documentation coverage improvements without overloading the system.

What is the best way to fix missing PHPDoc blocks in an existing codebase?

The best way to fix missing PHPDoc blocks is using an automated workflow that scans project files for incomplete coverage, generates consistent documentation, and verifies the results.