smithery.ai

build-error-resolver

ビルド/型エラーを最小差分で修正する。Usage: /build-error-resolver

First seen Mar 29, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 943 B
  • docs SUMMARY.md 111 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Build Error Resolver

共通のビルド/型エラー修正フローを提供する。

Workflow

  1. Collect Errors

- 失敗したコマンドとエラー出力を収集

  1. Classify

- 型エラー / 依存関係 / 設定 / ビルドのどれかを判定

  1. Minimal Fix

- 最小差分で原因を修正(リファクタはしない)

  1. Verify

- 同じコマンドを再実行して確認

Principles

  • 変更範囲は最小
  • アーキテクチャの改変は禁止
  • 1回の修正で1原因に集中する

Output

## Build Error Result

### Status
[success/failed]

### Summary
[何を修正したか1-2文で]

### Error Type
[型エラー/依存関係/設定/ビルド]

### Changes
- path/to/file

### Verification
[再実行結果: pass/fail]