بنقرة واحدة
ask-gemini
Ask Gemini via local CLI and capture a reusable artifact
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Ask Gemini via local CLI and capture a reusable artifact
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Compatibility visual-delivery runtime for Roblox creator UI, HUD, and plugin work; the canonical completion owner is now Forge.
Run read-only deep repository analysis and return a ranked synthesis with explicit confidence, concrete file references, and clear evidence-vs-inference boundaries. Use when a user says 'analyze', 'investigate', 'why does', 'what's causing', or needs grounded cross-file explanation before any changes are proposed.
Persistent Roblox Studio execution loop that carries an approved creator plan to verified completion
Run an anti-slop cleanup/refactor/deslop workflow
Ask Claude via local CLI and capture a reusable artifact
Canonical end-to-end creator workflow surface for Roblox Creator Skills
استنادا إلى تصنيف SOC المهني
| name | ask-gemini |
| description | Ask Gemini via local CLI and capture a reusable artifact |
| surface-class | operator |
| domain | creator-runtime |
| audience | operator |
| artifact-type | skill |
Use the locally installed Gemini CLI as a direct external advisor for brainstorming, design feedback, and second opinions.
/ask-gemini <question or task>
Run Gemini through the canonical RCS CLI command path (no MCP routing):
rcs ask gemini "{{ARGUMENTS}}"
Exact non-interactive Gemini CLI command from gemini --help:
gemini -p "{{ARGUMENTS}}"
# equivalent: gemini --prompt "{{ARGUMENTS}}"
If needed, adapt to the user's installed Gemini CLI variant while keeping local execution as the default path.
Legacy compatibility entrypoints (./scripts/ask-gemini.sh, npm run ask:gemini -- ...) are transitional wrappers.
If gemini is not found, do not switch to MCP.
Instead:
gemini --version
After local execution, save a markdown artifact to:
.rcs/artifacts/gemini-<slug>-<timestamp>.md
Minimum artifact sections:
Task: {{ARGUMENTS}}