oneshot

Execute an Explore → Code → Test workflow for small, scoped code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When teams need small, well-scoped changes fast, this workflow eliminates lengthy planning overhead and guides the developer from input resolution to a verified, minimal edit.

Core Features & Use Cases

  • Resolve input from user requests or issue references to anchor a precise task.
  • Locate the edit target quickly with deterministic steps and minimize unnecessary exploration.
  • Use a built-in circuit breaker to suggest /apex or /spec if the task proves more complex than anticipated.
  • Ideal for quick fixes, small feature tweaks, or isolated refactors within known boundaries.

Quick Start

Tell me to implement a small, well-defined change quickly and I will execute the full oneshot workflow from input resolution to code and test.

Frequently Asked Questions about oneshot

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

FAQPage Schema
What is the best way to automate rapid code changes for small fixes?

To automate rapid code changes for small fixes, use an Explore → Code → Test workflow that minimizes scope and risk. It resolves inputs, locates edit targets deterministically, and executes focused edits quickly to ship isolated refactors or small feature tweaks without lengthy planning overhead.

How do I implement a small, well-defined feature tweak quickly?

To implement a small, well-defined feature tweak quickly, execute a focused workflow from input resolution to verified code and tests. It locates the edit target with deterministic steps, minimizes unnecessary exploration, and enforces complexity checks to ensure rapid, safe delivery within known codebase boundaries.

When do I need a circuit breaker for code editing workflows?

You need a circuit breaker for code editing workflows when a task proves more complex than initially anticipated. It acts as a guardrail by automatically suggesting alternative planning workflows, ensuring that rapid, focused changes do not proceed if the scope exceeds expected boundaries.

Can I use this rapid change workflow for large, multi-concern features?

You cannot use this rapid change workflow for large, multi-concern features. It is designed strictly for clearly scoped tasks like small fixes or isolated refactors within a known codebase, and its circuit breaker will route complex tasks to more appropriate planning workflows.

How does input resolution work for automated code edits?

Input resolution for automated code edits anchors a precise task by extracting requirements directly from user requests or issue references. This process ensures the workflow targets the exact edit location and scope needed before executing any code modifications or testing procedures.