autofix-gn-scope
Installation
SKILL.md
GN Scope Skill
Fixes GN build file errors related to undefined variables or scope issues.
Detection Patterns
Undefined identifierAssignment had no effectCan't load buildconfigUnknown variable
Strategy
- Identify Variable: Find the undefined or misused variable.
- Check Scope: Determine if it's a scope or declaration issue.
- Fix Definition: Add declaration or fix scope reference.