Back to skills
extension
Category: Development & EngineeringNo API key required

ast_injection

Use AST-aware edits to reduce syntax errors and maintain structure.

personAuthor: jakexiaohubgithub

Purpose

Apply structural code changes safely.

Steps

  1. Prefer AST insertion over raw text replacement.
  2. Validate with tests or static checks.
  3. Record assumptions when AST tooling is unavailable.