opencli-autofix

Diagnose and repair OpenCLI adapter failures with automated retries.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Katsumitec/Human_First --skill opencli-autofix-katsumitec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencli-autofix
Source: https://github.com/Katsumitec/Human_First/tree/main/projects/ll-ai-first/skills-scripts/common-skills/opencli-autofix
Command: npx skills add https://github.com/Katsumitec/Human_First --skill opencli-autofix-katsumitec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opencli, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the issue of broken OpenCLI adapters after command failures by automatically diagnosing the failure, patching the adapter, and retrying the command.

Core Features & Use Cases

  • Auto-Diagnosis and Repair: Automatically detects and resolves issues like missing selectors, API changes, and other problems that prevent OpenCLI commands from executing successfully.
  • Retry Mechanism: Includes a built-in retry mechanism for up to three repair rounds after a verified fix to ensure command success.
  • Upstream Issue Reporting: Upon successful resolution, reports the issue back to the upstream source to maintain adapter updates.

Quick Start

In the event of a failed opencli command, use the 'opencli-autofix' skill to initiate auto-repair and retry.

Frequently Asked Questions about opencli-autofix

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

FAQPage Schema
How do I fix OpenCLI adapter failures automatically?

OpenCLI adapter failures can be auto-fixed by diagnosing command issues like missing selectors or API changes, patching the adapter using Bash scripts, and automatically retrying the command up to three rounds.

Why does my OpenCLI command fail after DOM or API changes?

OpenCLI commands fail after DOM or API changes because adapters rely on specific selectors and endpoints. When these change, the adapter breaks and requires diagnostic repair to patch the updated selectors and retry the command.

Do I need Bash to repair OpenCLI adapters?

Yes, Bash is required to repair OpenCLI adapters. The repair process uses Bash scripts to execute adapter modifications and implement the automated retry logic needed for successful command execution.

What is the best way to retry failed OpenCLI commands?

The best way to retry failed OpenCLI commands is using an automated repair mechanism that diagnoses the failure, patches the adapter, and retries up to three verified repair rounds to ensure command success.

Can OpenCLI auto-repair report upstream adapter issues?

Yes, upon successful resolution of an adapter issue, the auto-repair mechanism reports the diagnosed problem back to the upstream source to help maintain and update OpenCLI adapter compatibility.