project-config-review

Present config changes for approval before writing to PROJECT_CONFIG.md.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/KingSharkG/ai-agents-workflow --skill project-config-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-config-review
Source: https://github.com/KingSharkG/ai-agents-workflow/tree/main/skills/project-config-review
Command: npx skills add https://github.com/KingSharkG/ai-agents-workflow --skill project-config-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Present the proposed config changes to the user and require explicit approval before any write. Loop on comments until approved.

Core Features & Use Cases

  • Present proposed changes grouped by owned section, producing a clear change summary.
  • Provide a preview or diff of the changes for init, update, add, or remove mutations.
  • Require explicit approval before writing to PROJECT_CONFIG.md and loop on comments until approval.
  • Support a governance workflow that can be invoked on every init/update/add/remove mutation.

Quick Start

Initiate a review session by presenting the proposed changes and approve them to apply to PROJECT_CONFIG.md.

Frequently Asked Questions about project-config-review

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

FAQPage Schema
How do I require explicit approval before writing config changes to PROJECT_CONFIG.md?

Config change approval workflows present proposed mutations as grouped summaries and diffs, then loop on user comments until explicit approval is granted before writing to PROJECT_CONFIG.md.

What is a config governance review process for project mutations?

A config governance review intercepts every init, update, add, or remove mutation, produces a change summary diff, and enforces a guarded write to the project config file only after explicit user approval.

Can I preview a diff of config changes before they are applied?

Yes, config review workflows generate a preview diff for all init, update, add, or remove mutations, grouping proposed changes by owned section to provide a clear change summary before any write occurs.

How do I set up a config approval loop for comments and changes?

Initiate a review session by presenting proposed config changes to the user, then loop on their comments until they grant explicit approval, which triggers the guarded write to PROJECT_CONFIG.md.

Does the config review workflow support every type of project config mutation?

Yes, the governance workflow can be invoked on every init, update, add, or remove mutation, ensuring all project config changes are reviewed with summaries and diffs before being written.

What happens if I do not approve the proposed config changes?

Without explicit approval, the config review workflow continues looping on comments and no write is executed to PROJECT_CONFIG.md, ensuring proposed mutations are never applied unguarded.