fix-cli

Diagnoses and repairs datrix-cli issues using structured test results and predefined playbooks.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/keturk/datrix --skill fix-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-cli
Source: https://github.com/keturk/datrix/tree/main/claude-config/.claude/skills/fix-cli
Command: npx skills add https://github.com/keturk/datrix --skill fix-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the diagnosis and repair of test failures, errors, and warnings in the datrix-cli, streamlining the troubleshooting process.

Core Features & Use Cases

  • Structured Test Results Analysis: Processes index.json files from datrix-cli test results.
  • Automated Repair: Executes predefined playbooks to address identified issues.
  • Use Case: Quickly identify and fix common problems in datrix-cli without manual inspection of test results.

Quick Start

Run the fix-cli skill with the path to your test results file, e.g., /fix-cli D:\datrix\datrix-cli\.test_results\test-results-YYYYMMDD-HHMMSS\index.json.

Frequently Asked Questions about fix-cli

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

FAQPage Schema
How do I automate datrix-cli issue diagnosis from test results?

Yes, you can automatically repair datrix-cli test failures by running the skill with the path to your test results index.json file, which triggers predefined repair playbooks without manual inspection.

Do I need an index.json file to diagnose datrix-cli test failures?

Yes, you need an index.json file from your datrix-cli test results directory, as the skill parses this structured test data to identify errors, warnings, and failures for automated repair.

What is the best way to maintain datrix-cli in a backend development environment?

The best way to maintain datrix-cli in backend development is automating troubleshooting with a skill that analyzes structured test outputs and applies predefined playbooks to resolve issues.

How do I execute the automated repair for datrix-cli test warnings?

To execute automated repair, run the skill with your test results file path, such as /fix-cli D:\datrix\datrix-cli\.test_results\test-results-YYYYMMDD-HHMMSS\index.json, to process and fix issues.

Can I fix datrix-cli errors without manually inspecting test results?

Yes, you can fix datrix-cli errors without manual inspection by processing structured test results through predefined playbooks that automatically diagnose and execute repairs for identified issues.