project-bootstrap

Bootstrap Doc Detective setup by scanning documentation and generating initial tests.

13|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/doc-detective/agent-tools --skill project-bootstrap-doc-detective
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-bootstrap
Source: https://github.com/doc-detective/agent-tools/tree/main/plugins/doc-detective/skills/project-bootstrap
Command: npx skills add https://github.com/doc-detective/agent-tools --skill project-bootstrap-doc-detective

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams bootstrap Doc Detective in a repository by automating the initial setup, doc detection, minimal configuration, and initial test scaffolding.

Core Features & Use Cases

  • Automated repository bootstrap: scan documentation, generate a minimal config, and prepare test scaffolds.
  • Procedure-based test generation: identify candidate procedures from docs and create starter tests.
  • CI-ready workflow: supports interactive and headless modes and iterative fixes.

Quick Start

To bootstrap a project, run the Doc Detective bootstrap workflow to initialize documentation testing in your repository. Then review the generated config and tests, run tests, and inject inline tests as needed.

Frequently Asked Questions about project-bootstrap

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

FAQPage Schema
How do I automate documentation testing setup in my repository?

Documentation testing setup is automated by scanning your repository for documentation, generating a minimal configuration file, and creating initial test scaffolds for identified procedures. This bootstrap workflow supports both interactive and headless CI modes with iterative test fixes.

How do I generate tests from existing documentation procedures?

Generating tests from documentation procedures involves identifying candidate procedures in your docs and creating starter tests. The bootstrap workflow scans documentation files to extract these procedures and scaffolds initial tests, which you can then run and inject inline tests as needed.

Can I run documentation test scaffolding in a CI pipeline?

Documentation test scaffolding supports CI pipelines through headless mode execution. The bootstrap workflow generates configurations and tests that run iteratively, automatically applying fixes to ensure procedures pass within automated environments without manual intervention.

What's the best way to bootstrap config generation for documentation testing?

Config generation for documentation testing is best bootstrapped by scanning existing documentation to produce a minimal configuration file. This workflow identifies relevant docs, generates the config, and prepares test scaffolds, providing an iterative execution and fix cycle for validation.

Do I need existing documentation before running a documentation testing bootstrap?

Existing documentation is required before running a documentation testing bootstrap. The workflow identifies documentation files in your repository to extract candidate procedures, generating minimal configuration and initial test scaffolds based on the procedures found in those docs.

How do I inject inline tests into documentation after bootstrap setup?

Injecting inline tests after bootstrap setup involves reviewing the generated configuration and starter tests, running them, and adding inline tests to your documentation. The bootstrap workflow provides the initial scaffolding and iterative fix cycle to support this manual injection.