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