Skip to main content
GitHub 仓库

autofix_skills

autofix_skills 收录了来自 hyz0906 的 16 个 skills,并提供仓库级职业覆盖和站内 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