Skip to main content
Repositorio de GitHub

autofix_skills

autofix_skills contiene 16 skills recopiladas de hyz0906, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
16
Stars
0
actualizado
2026-01-19
Forks
0
Cobertura ocupacional
1 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

autofix-skill
Desarrolladores de software

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
Desarrolladores de software

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

2026-01-19
autofix-type-conversion
Desarrolladores de software

Fixes type mismatch errors by adding appropriate casts or conversions.

2026-01-19
autofix-blueprint-syntax
Desarrolladores de software

Fixes syntax errors in Android.bp files.

2026-01-19
autofix-flag-cleaner
Desarrolladores de software

Removes unsupported or unknown compiler flags from build configurations.

2026-01-19
autofix-gn-scope
Desarrolladores de software

Fixes scope and variable errors in BUILD.gn files.

2026-01-19
autofix-permission
Desarrolladores de software

Fixes script permission errors by making files executable.

2026-01-19
autofix-multiple-def
Desarrolladores de software

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

2026-01-19
autofix-rust-dep
Desarrolladores de software

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

2026-01-19
autofix-symbol-dep
Desarrolladores de software

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

2026-01-19
autofix-visibility
Desarrolladores de software

Fixes Soong visibility restriction errors by updating module visibility lists.

2026-01-19
autofix-router
Desarrolladores de software

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
Desarrolladores de software

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

2026-01-19
autofix-missing-header
Desarrolladores de software

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

2026-01-19
autofix-namespace
Desarrolladores de software

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

2026-01-19
autofix-undeclared-identifier
Desarrolladores de software

Fixes 'undeclared identifier' errors by adding missing

2026-01-19