Skip to main content
Dépôt GitHub

autofix_skills

autofix_skills contient 16 skills collectées depuis hyz0906, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
0
mis à jour
2026-01-19
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

autofix-skill
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-01-19
autofix-type-conversion
Développeurs de logiciels

Fixes type mismatch errors by adding appropriate casts or conversions.

2026-01-19
autofix-blueprint-syntax
Développeurs de logiciels

Fixes syntax errors in Android.bp files.

2026-01-19
autofix-flag-cleaner
Développeurs de logiciels

Removes unsupported or unknown compiler flags from build configurations.

2026-01-19
autofix-gn-scope
Développeurs de logiciels

Fixes scope and variable errors in BUILD.gn files.

2026-01-19
autofix-permission
Développeurs de logiciels

Fixes script permission errors by making files executable.

2026-01-19
autofix-multiple-def
Développeurs de logiciels

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

2026-01-19
autofix-rust-dep
Développeurs de logiciels

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

2026-01-19
autofix-symbol-dep
Développeurs de logiciels

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

2026-01-19
autofix-visibility
Développeurs de logiciels

Fixes Soong visibility restriction errors by updating module visibility lists.

2026-01-19
autofix-router
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-01-19
autofix-missing-header
Développeurs de logiciels

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

2026-01-19
autofix-namespace
Développeurs de logiciels

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

2026-01-19
autofix-undeclared-identifier
Développeurs de logiciels

Fixes 'undeclared identifier' errors by adding missing

2026-01-19