Skip to main content
GitHub-Repository

autofix_skills

autofix_skills enthält 16 gesammelte Skills von hyz0906, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
16
Stars
0
aktualisiert
2026-01-19
Forks
0
Berufsabdeckung
1 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

autofix-skill
Softwareentwickler

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
Softwareentwickler

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

2026-01-19
autofix-type-conversion
Softwareentwickler

Fixes type mismatch errors by adding appropriate casts or conversions.

2026-01-19
autofix-blueprint-syntax
Softwareentwickler

Fixes syntax errors in Android.bp files.

2026-01-19
autofix-flag-cleaner
Softwareentwickler

Removes unsupported or unknown compiler flags from build configurations.

2026-01-19
autofix-gn-scope
Softwareentwickler

Fixes scope and variable errors in BUILD.gn files.

2026-01-19
autofix-permission
Softwareentwickler

Fixes script permission errors by making files executable.

2026-01-19
autofix-multiple-def
Softwareentwickler

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

2026-01-19
autofix-rust-dep
Softwareentwickler

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

2026-01-19
autofix-symbol-dep
Softwareentwickler

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

2026-01-19
autofix-visibility
Softwareentwickler

Fixes Soong visibility restriction errors by updating module visibility lists.

2026-01-19
autofix-router
Softwareentwickler

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
Softwareentwickler

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

2026-01-19
autofix-missing-header
Softwareentwickler

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

2026-01-19
autofix-namespace
Softwareentwickler

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

2026-01-19
autofix-undeclared-identifier
Softwareentwickler

Fixes 'undeclared identifier' errors by adding missing

2026-01-19