terminal-ops

Execute terminal commands and inspect git state with documented evidence.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill terminal-ops-sakamoto-family-smile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terminal-ops
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/terminal-ops
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill terminal-ops-sakamoto-family-smile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs exact, evidence-backed terminal actions on a codebase to verify changes and outcomes.

Core Features & Use Cases

  • Executes commands and inspects git state to confirm results.
  • Debugs CI/builds and validates PR states with provable logs.
  • Documents every step to enable reproducibility and auditability.

Quick Start

Run a repository command task and report exact, replayable evidence of the results.

Frequently Asked Questions about terminal-ops

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

FAQPage Schema
How do I verify git repository changes with documented evidence?

Debugging a CI build with reproducible logs requires executing exact terminal commands, validating CI results, and documenting every step. This approach enforces read-only inspection by default and reports status using terms like inspected and verified locally.

Can I push narrowly scoped fixes across repositories with provable steps?

Yes, you can push narrowly scoped fixes across repositories by executing provable commands and capturing logs. The workflow enforces read-only inspection by default, requires provable commands, and reports progress as changed locally, committed, and pushed.

What is an evidence-first repo execution workflow?

An evidence-first repo execution workflow performs exact, evidence-backed terminal actions on a codebase to verify changes and outcomes. It inspects git state, executes commands, validates CI results, and documents steps to enable reproducibility and auditability.

Does this terminal workflow require write access to inspect repository state?

A limitation of evidence-backed terminal actions is that they enforce read-only inspection by default and require provable commands with logs. You should not use this approach for undocumented changes, as every step must be documented to enable reproducibility and auditability.