affaan-m/ECC/docs/ja-JP/skills/terminal-ops/SKILL.md
terminal-ops
Review terminal-ops's use cases, installation, workflow, and original source instructions.
- Source repository stars
- 234,327
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-27
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
ユーザーが実際のリポジトリ実行を必要とする場合にこのスキルを使用する:コマンドの実行、git状態の確認、CIまたはビルドのデバッグ、狭い修正の実施、変更と検証内容の正確なレポート。
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/terminal-ops"Inspect the Agent Skill "terminal-ops" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/ja-JP/skills/terminal-ops/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
スキルスタック
関連する場合、これらのECCネイティブスキルをワークフローに組み込む:
verification-loop は変更後の正確な検証ステップに使用tdd-workflow は正しい修正に回帰カバレッジが必要な場合に使用security-review はキー、認証、外部入力が絡む場合に使用 - 02
使用場面
ユーザーが「修正」「デバッグ」「これを実行」「リポジトリを確認」「プッシュ」と言う場合 タスクがコマンド出力、git状態、テスト結果、または検証済みのローカル修正に依存する場合 答えが以下を区別する必要がある場合:ローカルで変更済み、ローカルで検証済み、コミット済み、プッシュ済み
ユーザーが「修正」「デバッグ」「これを実行」「リポジトリを確認」「プッシュ」と言う場合タスクがコマンド出力、git状態、テスト結果、または検証済みのローカル修正に依存する場合答えが以下を区別する必要がある場合:ローカルで変更済み、ローカルで検証済み、コミット済み、プッシュ済み - 03
安全策
編集前に確認する ユーザーが監査/レビューのみを要求している場合は読み取り専用を維持する アドホックなラッパーではなく、リポジトリローカルのスクリプトとヘルパーを優先する 検証コマンドが再実行されるまで、修正済みと主張しない ブランチが実際に上流にプッシュされるまで、プッシュ済みと主張しない
編集前に確認するユーザーが監査/レビューのみを要求している場合は読み取り専用を維持するアドホックなラッパーではなく、リポジトリローカルのスクリプトとヘルパーを優先する
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 67/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 234,327 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- affaan-m/ECC
- Skill path
- docs/ja-JP/skills/terminal-ops/SKILL.md
- Commit
- 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
ターミナルオペレーション
ユーザーが実際のリポジトリ実行を必要とする場合にこのスキルを使用する:コマンドの実行、git状態の確認、CIまたはビルドのデバッグ、狭い修正の実施、変更と検証内容の正確なレポート。
このスキルは意図的に汎用的なコーディングガイダンスよりも範囲が狭い。これは証拠優先のターミナル実行操作ワークフローである。
スキルスタック
関連する場合、これらのECCネイティブスキルをワークフローに組み込む:
verification-loopは変更後の正確な検証ステップに使用tdd-workflowは正しい修正に回帰カバレッジが必要な場合に使用security-reviewはキー、認証、外部入力が絡む場合に使用github-opsはタスクがCI実行、PRステータス、またはリリース状態に依存する場合に使用knowledge-opsは検証結果を永続的なプロジェクトコンテキストに保存する必要がある場合に使用
使用場面
- ユーザーが「修正」「デバッグ」「これを実行」「リポジトリを確認」「プッシュ」と言う場合
- タスクがコマンド出力、git状態、テスト結果、または検証済みのローカル修正に依存する場合
- 答えが以下を区別する必要がある場合:ローカルで変更済み、ローカルで検証済み、コミット済み、プッシュ済み
安全策
- 編集前に確認する
- ユーザーが監査/レビューのみを要求している場合は読み取り専用を維持する
- アドホックなラッパーではなく、リポジトリローカルのスクリプトとヘルパーを優先する
- 検証コマンドが再実行されるまで、修正済みと主張しない
- ブランチが実際に上流にプッシュされるまで、プッシュ済みと主張しない
ワークフロー
1. 作業サーフェスを特定する
以下を明確にする:
- 正確なリポジトリパス
- ブランチ
- ローカル差分の状態
- 要求されたモード:
- 確認
- 修正
- 検証
- プッシュ
2. まず失敗サーフェスを読み取る
何かを変更する前に:
- エラーを確認する
- ファイルまたはテストを確認する
- git状態を確認する
- 盲目的に再読み込みする前に、提供されたログまたはコンテキストを使用する
3. 修正を狭い範囲に保つ
一度に1つの主な失敗に対処する:
- 最初に最小限の有用な検証コマンドを使用する
- ローカルの失敗が解決した後のみ、より大きなビルド/テストプロセスにエスカレートする
- コマンドが同じ特性で失敗し続ける場合、広範囲なリトライを停止して絞り込む
4. 正確な実行状態をレポートする
正確な状態語を使用する:
- 確認済み
- ローカルで変更済み
- ローカルで検証済み
- コミット済み
- プッシュ済み
- ブロック済み
出力フォーマット
サーフェス
- リポジトリ
- ブランチ
- 要求されたモード
証拠
- 失敗したコマンド / 差分 / テスト
アクション
- 変更した内容
状態
- 確認済み / ローカルで変更済み / ローカルで検証済み / コミット済み / プッシュ済み / ブロック済み
落とし穴
- ライブなリポジトリ状態を読み取れる場合に古い記憶に頼らない
- 狭い修正をリポジトリ全体の変更に拡大しない
- 破壊的なgitコマンドを使用しない
- 関連のないローカル作業を無視しない
検証
- レスポンスには検証コマンドまたはテストを示す
- gitに関する作業にはリポジトリパスとブランチを示す
- プッシュの主張には対象ブランチと正確な結果を含める
Alternatives
Compare before choosing
affaan-m/ECC
terminal-ops
Evidence-first repo execution workflow for ECC. Use when the user wants a command run, a repo checked, a CI failure debugged, or a narrow fix pushed with exact proof of what was executed and verified.
affaan-m/ECC
terminal-ops
Review terminal-ops's use cases, installation, workflow, and original source instructions.