the-desert

Run the complete review-plan-fix sweep for code remediation.

Updated May 4, 2026
One-click install
npx skills add https://github.com/olioskar/comb-the-desert-claude-plugin --skill the-desert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: the-desert
Source: https://github.com/olioskar/comb-the-desert-claude-plugin/tree/main/skills/the-desert
Command: npx skills add https://github.com/olioskar/comb-the-desert-claude-plugin --skill the-desert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual back-and-forth between reviewing code, turning findings into fix plans, and executing those fixes, so a full remediation sweep can happen in one uninterrupted pass.

Core Features & Use Cases

  • Continuous pipeline execution: Runs review, plan, and fix as one automatic workflow with no pauses or confirmation prompts between stages.
  • Code-shaped and non-code handling: Completes the full fix loop for code changes, while short-circuiting to review-only for specs, designs, and other non-code artifacts.
  • Config-aware orchestration: Applies layered project configuration, directive matching from the user brief, model coercion rules, and per-item reviewer/implementer coordination.
  • Use case: A developer asks for a full sweep on a branch or PR after a feature lands, and the Skill reviews the diff, generates fix instructions, applies the changes, and summarizes the outcome in one run.

Quick Start

Ask the assistant to run the the-desert skill on your target branch or PR with a short focus brief for the review and fix sweep.

Frequently Asked Questions about the-desert

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

FAQPage Schema
How do I automate code review and pull request remediation in one pass?

Automated code review and pull request remediation runs as a continuous pipeline that reviews diffs, generates fix plans, and applies changes without pausing for confirmation between stages. This removes manual back-and-forth by executing the complete review-plan-fix sweep in a single uninterrupted workflow.

Can I run automated fixes on non-code artifacts like spec documents?

Automated fixes on non-code artifacts trigger a review-only short-circuit. When processing specs, designs, or other non-code documents, the workflow skips the fix loop and completes only the review phase, ensuring changes are not blindly applied to documentation.

What's the best way to apply layered project configuration during workflow orchestration?

Layered project configuration is applied during workflow orchestration through directive matching from the user's focus brief and model coercion rules. This config-aware approach ensures per-item reviewers and implementers coordinate correctly across repository scopes, branches, or file lists.

How do I execute a full fix sweep on a branch after a feature lands?

To execute a full fix sweep on a branch after a feature lands, instruct the assistant to run the review and fix sweep with a short focus brief. The workflow will review the diff, generate fix instructions, apply the changes, and summarize the outcome in one run.

Does automated code review work with repository scopes and file lists?

Automated code review works with repository scopes, pull requests, branches, file lists, and spec documents. It applies layered configuration loading and directive matching to ensure full finding coverage across whichever target scope you specify for the remediation sweep.