بنقرة واحدة
status
Use when you want to check the status of an Antigravity task — see progress, phase, results, or list all jobs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when you want to check the status of an Antigravity task — see progress, phase, results, or list all jobs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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 cancel a running Antigravity task
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
استنادا إلى تصنيف SOC المهني
| name | status |
| description | Use when you want to check the status of an Antigravity task — see progress, phase, results, or list all jobs |
Check the status and results of Antigravity tasks. Shows phase tracking, recent log entries, and session info.
Call agy_check with appropriate parameters:
job="<id>" → specific job details (accepts prefix matching, e.g. "agy-abc")all=true → list all jobs in a summary tablewait=true → wait for a running job to complete (up to 4 minutes)session=true → filter to current session's jobs onlyPresent the status information to the user, including:
Jobs progress through phases:
starting → Preparing to execute taskexecuting → Antigravity is working on the taskverifying → Verifying the implementationfinalizing → Finalizing changescompleted → Task completed successfullyfailed → Task failedcancelled → Task cancelled by useragy_check (latest job)agy_check with all=trueagy_check with job="agy-abc" (prefix)agy_check with wait=trueagy_check with session=true