gendoc-config

Configures gendoc project review settings via interactive prompts and saves them to a JSON state file.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/ibalasite/gendoc --skill gendoc-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gendoc-config
Source: https://github.com/ibalasite/gendoc/tree/main/skills/gendoc-config
Command: npx skills add https://github.com/ibalasite/gendoc --skill gendoc-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

互動式設定專案的審查強度,並選擇從哪個 STEP 重新開始。 無需手動編輯任何文件,全程對話引導。 呼叫時機:user 說「重跑」「重設」「換嚴格模式」「我想重新開始」 「設定 review 強度」「從第幾步重跑」「不滿意想重來」「清除設定」。

Core Features & Use Cases

  • 互動式地設定審查強度與起始 STEP
  • 指引使用者選擇重新開始的位置與審查策略
  • 以 state 檔案保存設定,確保可重現與自動繼續
  • 支援多種工作流程場景,適用於新專案與現有專案的調整

Quick Start

Run /gendoc-config and follow the prompts to initialize or adjust your gendoc review workflow.

Frequently Asked Questions about gendoc-config

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

FAQPage Schema
How do I set up interactive review settings for a gendoc project?

To set up interactive review settings, run /gendoc-config and follow the prompts to customize your starting STEP, review strategy, and client_type. Choices are saved to a JSON state file for reproducible runs.

Can I restart a workflow from a specific step without editing files manually?

You can restart from a specific step using /gendoc-config, which guides you through selecting a new starting STEP via interactive prompts. The configuration is saved to a state file without manual editing.

What is review intensity configuration and when do I need it?

Review intensity configuration controls how strictly your project is reviewed. You need it during initial setup or when adjusting existing workflows, allowing you to switch strategies and save preferences to a JSON state file.

Does the gendoc setup workflow support automated continuation after configuration?

The gendoc setup workflow supports automated continuation by saving interactive choices to a JSON state file. This enables reproducible runs and allows automated continuation with the /gendoc-auto command.

Why should I use an interactive CLI setup instead of manual state file editing?

Interactive CLI setup prevents manual editing errors by guiding you through prompts to select review intensity and restart points. It ensures your settings are correctly formatted and saved to the state file for reproducible workflows.