Skip to main content
GitHub 저장소

autofix_skills

autofix_skills에는 hyz0906에서 수집한 skills 16개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
16
Stars
0
업데이트
2026-01-19
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

autofix-skill
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-01-19
autofix-type-conversion
소프트웨어 개발자

Fixes type mismatch errors by adding appropriate casts or conversions.

2026-01-19
autofix-blueprint-syntax
소프트웨어 개발자

Fixes syntax errors in Android.bp files.

2026-01-19
autofix-flag-cleaner
소프트웨어 개발자

Removes unsupported or unknown compiler flags from build configurations.

2026-01-19
autofix-gn-scope
소프트웨어 개발자

Fixes scope and variable errors in BUILD.gn files.

2026-01-19
autofix-permission
소프트웨어 개발자

Fixes script permission errors by making files executable.

2026-01-19
autofix-multiple-def
소프트웨어 개발자

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

2026-01-19
autofix-rust-dep
소프트웨어 개발자

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

2026-01-19
autofix-symbol-dep
소프트웨어 개발자

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

2026-01-19
autofix-visibility
소프트웨어 개발자

Fixes Soong visibility restriction errors by updating module visibility lists.

2026-01-19
autofix-router
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-01-19
autofix-missing-header
소프트웨어 개발자

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

2026-01-19
autofix-namespace
소프트웨어 개발자

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

2026-01-19
autofix-undeclared-identifier
소프트웨어 개발자

Fixes 'undeclared identifier' errors by adding missing

2026-01-19