One-click install
npx skills add https://github.com/govctl-org/govctl --skill quick-govctl-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick
Source: https://github.com/govctl-org/govctl/tree/main/.claude/skills/quick
Command: npx skills add https://github.com/govctl-org/govctl --skill quick-govctl-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined workflow for making small, non-behavioral changes to the codebase, minimizing governance overhead for trivial tasks.

Core Features & Use Cases

  • Fast Path Execution: Ideal for typos, documentation fixes, or minor internal cleanups.
  • Lightweight Governance: Ensures basic checks and work item tracking without full RFC processes.
  • Use Case: Correcting a typo in a README file or updating a comment in the code.

Quick Start

Use the quick skill to fix a typo in the main README file.

Frequently Asked Questions about quick

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

FAQPage Schema
How do I automate a workflow for trivial code changes like typo fixes without a full RFC?

Automate trivial code changes with a fast-path workflow that validates updates, resolves work items, and records minor edits without full RFC processes. It manages lightweight governance specifically for non-behavioral modifications like documentation fixes.

Do I need git integration to handle minor internal code cleanups through govctl?

Yes, handling minor internal code cleanups requires VCS integration using either git or jj, along with the govctl CLI. These tools manage work item tracking and validation for lightweight governance during trivial updates.

What is the best way to fix documentation typos while still maintaining lightweight governance?

The best way to fix documentation typos while maintaining lightweight governance is using a fast-path execution workflow. It ensures basic checks and work item tracking occur without the unnecessary overhead of full RFC processes.

Can I use this quick fix workflow for behavioral code changes?

No, this quick fix workflow is strictly for non-behavioral code changes. It is designed for trivial tasks like doc fixes, typos, and minor internal cleanups, not for updates that alter application behavior.

Does the quick skill support VCS platforms other than git?

Yes, the quick skill supports both git and jj for VCS integration. This allows you to execute fast-path workflows for trivial updates and manage work items through the govctl CLI across different version control systems.