quick

Execute lightweight code edits with tracked plans and scope checks.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/vexjoy-agent --skill quick-notque
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick
Source: https://github.com/notque/vexjoy-agent/tree/main/skills/process/quick
Command: npx skills add https://github.com/notque/vexjoy-agent --skill quick-notque

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents agents from skipping verification by using a lightweight, evidence-oriented workflow that still fits small, fast edits.

Core Features & Use Cases

  • Composable rigor via flags: Start minimal, then add discussion, research, or full verification as needed.
  • Tracked lightweight execution: Assigns a task ID, shows an inline plan, edits safely, and commits with scope awareness.
  • Practical edit-scope gates: --trivial enforces a strict ≤3-edit path and automatically escalates when scope grows.

Quick Start

Run /quick --trivial fix the spelling error in the README and commit the change.

Frequently Asked Questions about quick

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

FAQPage Schema
How do I make small code changes with verification and automatically commit them?

To make small code changes with verification, use an evidence-guided workflow that tracks edits, enforces inline planning, and logs safe git commits with scope awareness. This ensures lightweight fixes are executed safely without skipping validation.

What is the best way to fix typos and rename constants across multiple files?

Fixing typos and renaming constants requires a lightweight, contained multi-file update workflow. By assigning a task ID and enforcing strict edit-scope gates, the process tracks changes safely and escalates automatically if the scope grows beyond a few edits.

How do I control task scope and prevent AI agents from making unnecessary large edits?

To control task scope and prevent unnecessary large edits, enforce a strict edit-limit path like a three-edit maximum. This practical edit-scope gate restricts lightweight execution to targeted fixes and automatically escalates when the required changes exceed the limit.

Can I add research and discussion steps to a quick code editing workflow?

Yes, you can add research and discussion steps to a quick code editing workflow through composable rigor flags. Start with minimal execution, then append discussion, research, or full verification flags to increase evidence and safety as needed.

Does the --trivial flag work for contained multi-file updates?

The --trivial flag works for contained multi-file updates but enforces a strict maximum of three edits. If your multi-file update requires more changes, the scope control mechanism automatically escalates the task to a higher tier for complex work.