mb-quick-flow

Fix trivial code issues with lint and typecheck validation on changed files.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Yanick-mj/mb-framework --skill mb-quick-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mb-quick-flow
Source: https://github.com/Yanick-mj/mb-framework/tree/main/agents/quick-flow
Command: npx skills add https://github.com/Yanick-mj/mb-framework --skill mb-quick-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the overhead of full‑pipeline processes for trivial code changes such as typos, single‑file edits, or simple renames, delivering a rapid fix without ceremony.

Core Features & Use Cases

  • Read & Edit: Quickly read the target file and apply a single, precise change.
  • Rename & Update: Perform a rename, grep for all usages, and update them automatically.
  • Validate: Run lint and type‑check only on the modified files and return concrete evidence.
  • Use Case: Fix a misspelled variable name across a small module, or rename a UI label without triggering the full sprint workflow.

Quick Start

Ask the quick‑flow skill to fix a typo in app.js by saying “quick‑flow fix typo in app.js”.

Frequently Asked Questions about mb-quick-flow

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

FAQPage Schema
How do I fix a typo in a single file without running the full project pipeline?

To fix a typo in a single file without full pipeline overhead, use a quick-flow approach for trivial fixes. It reads and edits the target file directly, applying precise changes without triggering complex sprint workflows.

What is the best way to rename a variable across a small module?

The best way to rename a variable across a small module is using a trivial-fix workflow. It performs the rename, uses grep to find all usages, and automatically updates them with minimal ceremony.

How do I run lint and typecheck validation only on modified files?

You run lint and typecheck validation only on modified files by applying a quick-flow process. It executes checks exclusively on changed files and returns concrete evidence of the validation results.

Can I use quick-flow for multi-file refactoring tasks?

Quick-flow is designed for trivial code issues like typos, simple renames, and single-file edits. It is not intended for multi-file refactoring, focusing instead on rapid fixes across a limited number of files.

What do I need to automate simple code edits and renames?

To automate simple code edits and renames, you need an environment that can read and write files, perform pattern searches, and execute lint and typecheck commands on the changed files.