skills/smithery.ai/autofix-gn-scope

autofix-gn-scope

Installation
SKILL.md

GN Scope Skill

Fixes GN build file errors related to undefined variables or scope issues.

Detection Patterns

  • Undefined identifier
  • Assignment had no effect
  • Can't load buildconfig
  • Unknown variable

Strategy

  1. Identify Variable: Find the undefined or misused variable.
  2. Check Scope: Determine if it's a scope or declaration issue.
  3. Fix Definition: Add declaration or fix scope reference.

Instructions

Installs
1
First Seen
Mar 21, 2026
autofix-gn-scope from smithery.ai