terminal-ops

Execute repository commands and verify outcomes with git state management.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill terminal-ops-klu-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: terminal-ops
Source: https://github.com/klu-dev/porting-ecc-to-vscode/tree/main/.github/skills/terminal-ops
Command: npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill terminal-ops-klu-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a precise, evidence-first approach to managing repository operations, such as executing commands, debugging issues, and verifying changes.

Core Features & Use Cases

  • Evidence-First Execution: Executes commands and operations with a focus on verifying outcomes.
  • Repo Management: Inspects and manages repository states like branch, diff, and git state.
  • Use Case: When you need to run a command, inspect a repository, debug a CI failure, or make a narrow fix with a clear record of the steps taken and outcomes.

Quick Start

Run the command 'run repo check' to execute a series of predefined checks on your repository.

Frequently Asked Questions about terminal-ops

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

FAQPage Schema
How do I verify repository operations with evidence-first execution?▼

Evidence-first repository operations verify command outcomes by executing actions within a repository and maintaining a clear, verifiable record of each step taken. You provide a repository path and a mode such as inspect, fix, verify, or push.

How do I inspect a git repository state to debug a CI failure?▼

Inspecting a git repository state involves checking the branch, diff, and overall git status to identify issues. You can run predefined checks on your repository to debug a CI failure and verify the exact state of your code.

What is the best way to manage git states when making narrow fixes?▼

Managing git states for narrow fixes requires executing commands with verifiable outcomes, ensuring every action has a clear record. Using modes like fix and verify ensures changes are tracked and confirmed before pushing.

Can I execute commands within a specific repository path automatically?▼

Yes, executing commands within a specific repository path requires you to provide the path as input. The system then runs operations and verifies their outcomes, ensuring actions are recorded and verifiable.

When should I use evidence-first workflows for repository management?▼

You should use evidence-first workflows for repository management when you need to run commands, inspect states, debug failures, or make fixes with a clear record of steps taken and outcomes verified.