بنقرة واحدة
cancel
Use when you want to cancel a running Antigravity task
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when you want to cancel a running Antigravity task
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when you want to delegate a coding task to Antigravity CLI — it executes the task and returns results for review
Use when you want to review code changes made by Antigravity — standard review for bugs, or adversarial review to challenge implementation choices
Use when you want to check if Antigravity CLI is installed and ready, or when troubleshooting the plugin
Use when you want to check the status of an Antigravity task — see progress, phase, results, or list all jobs
| name | cancel |
| description | Use when you want to cancel a running Antigravity task |
Cancel an Antigravity task that is currently running. By default cancels the latest active job. Accepts job ID prefix.
Call agy_cancel:
job="<id>" → cancel a specific job (accepts prefix, e.g. "agy-abc")Confirm the cancellation to the user.
agy_cancel (latest active)agy_cancel with job="agy-abc" (prefix matching)