Skip to main content
مستودع GitHub

autofix_skills

يحتوي autofix_skills على 16 من skills المجمعة من hyz0906، مع تغطية مهنية على مستوى المستودع وصفحات 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