preview

Community

See what breaks BEFORE you edit.

AuthorTechnikhighknee
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Predict type errors, affected callers, and required tests before making a change.

Core Features & Use Cases

  • Preflight check: Type errors and caller impact before edits.
  • Test selection: Identify related tests to run after change.
  • Risk assessment: Understand potential impact and required follow-ups.

Quick Start

preview_edit({ file: 'src/api.ts', edit_type: 'symbol', symbol: 'fetchUser', new_content: 'async function fetchUser(id: string, options?: RequestOptions): Promise<User> { ... }' })

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: preview
Download link: https://github.com/Technikhighknee/agent-workbench/archive/main.zip#preview

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository