ace-search
Search the current codebase with ACE Tool when semantic or broad project context retrieval is useful.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search the current codebase with ACE Tool when semantic or broad project context retrieval is useful.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Enhance a user prompt with ACE Tool when the latest request explicitly asks for prompt enhancement or contains -enhance / -enhancer.
Run release build for ace-tool-windows (npm run release or cargo build --release), detect warnings/errors, and iteratively fix until 0 warnings/0 errors. Use when user requests release check, clean warnings, or production build verification.
| name | ace-search |
| description | Search the current codebase with ACE Tool when semantic or broad project context retrieval is useful. |
Use this skill when the user needs project-wide context, does not know exact file locations, or asks ACE Tool to search the codebase.
scripts/ace-search.ps1 from the plugin root.$pluginRoot = Resolve-Path (Join-Path $PSScriptRoot "..\..")
& (Join-Path $pluginRoot "scripts\ace-search.ps1") `
-ProjectRoot "F:\path\to\project" `
-Query "Where is the authentication flow implemented? Keywords: auth login token"
<project>/.ace-tool/config.json or ~/.ace-tool/config.json for provider/token/model settings instead of MCP configuration.