Skip to main content
GitHub repository

autofix_skills

autofix_skills contains 16 collected skills from hyz0906, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
16
Stars
0
updated
2026-01-19
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

autofix-skill
software-developers

Comprehensive build error repair tool for C++, Rust, and Java projects using Soong, GN, Make, or CMake. Automatically fixes 30+ types of errors including headers, linking, APIs, and config.

2026-01-19
autofix-signature-mismatch
software-developers

Fixes function call errors with wrong number or type of arguments.

2026-01-19
autofix-type-conversion
software-developers

Fixes type mismatch errors by adding appropriate casts or conversions.

2026-01-19
autofix-blueprint-syntax
software-developers

Fixes syntax errors in Android.bp files.

2026-01-19
autofix-flag-cleaner
software-developers

Removes unsupported or unknown compiler flags from build configurations.

2026-01-19
autofix-gn-scope
software-developers

Fixes scope and variable errors in BUILD.gn files.

2026-01-19
autofix-permission
software-developers

Fixes script permission errors by making files executable.

2026-01-19
autofix-multiple-def
software-developers

Fixes 'multiple definition' linker errors by removing duplicate symbols.

2026-01-19
autofix-rust-dep
software-developers

Fixes Rust 'can't find crate' errors by adding dependencies to Cargo.toml or rustlibs.

2026-01-19
autofix-symbol-dep
software-developers

Fixes linker 'undefined reference' errors by finding and adding the library dependency.

2026-01-19
autofix-visibility
software-developers

Fixes Soong visibility restriction errors by updating module visibility lists.

2026-01-19
autofix-router
software-developers

Analyzes build errors and routes to the appropriate AutoFix skill. Use this as the entry point when encountering a build failure.

2026-01-19
autofix-java-import
software-developers

Fixes Java 'cannot find symbol' errors by adding import statements or library dependencies.

2026-01-19
autofix-missing-header
software-developers

Fixes 'file not found' errors by locating headers and adding include paths or

2026-01-19
autofix-namespace
software-developers

Fixes 'not a member of namespace' errors by adding namespace qualifiers or using declarations.

2026-01-19
autofix-undeclared-identifier
software-developers

Fixes 'undeclared identifier' errors by adding missing

2026-01-19