بنقرة واحدة
git-ops
Ikaros-side Git operations for checking status, diffing, committing, and pushing development workspaces.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Ikaros-side Git operations for checking status, diffing, committing, and pushing development workspaces.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
生成长文或图文发布稿,也支持直接基于本地 md/txt 素材写作;可自动搜索资料、生成配图,并支持多渠道发布,当前已支持微信公众号和小红书发布通道。支持按阶段(search/write/illustrate/publish)单独执行或全流程编排。
**自选股助手**。通过内置股票服务管理当前用户的自选股,并查询实时行情。
管理周期性定时任务(Cron),支持添加、查看、删除任务。
提供日常基础查询能力,支持天气、时间、加密货币价格和法币汇率。
**文生图**。根据提示词生成图片并返回图片文件。
Ikaros-side unfinished-task tracker for listing open tasks, inspecting closure contracts, updating task follow-up state, and explicitly closing tasks (completed/failed).
| api_version | v3 |
| name | git_ops |
| description | Ikaros-side Git operations for checking status, diffing, committing, and pushing development workspaces. |
| triggers | ["git ops","git status","git diff","git commit","git push","push branch"] |
| allowed_roles | ["ikaros"] |
| policy_groups | ["management","coding"] |
| platform_handlers | false |
| tool_exports | [{"name":"git_ops","description":"Inspect, diff, commit, and push prepared repository workspaces with fork-aware push fallback.","prompt_hint":"在工作区里查看代码变更、提交 commit、push 分支时优先直接用 `git_ops`;不要再用原始 `bash` 手工串联 `git status/add/commit/push`。需要开 PR 时再结合 `gh_cli`。","policy_groups":["management","coding"],"parameters":{"type":"object","properties":{"action":{"type":"string","description":"status | diff | branches | commit | push"},"workspace_id":{"type":"string","description":"Prepared workspace id"},"repo_root":{"type":"string","description":"Direct repository root override"},"mode":{"type":"string","description":"working | staged | base, used when action=diff"},"base_branch":{"type":"string","description":"Base branch for diff/status/push"},"message":{"type":"string","description":"Commit message used when action=commit"},"strategy":{"type":"string","description":"auto | origin | fork, used when action=push"},"branch_name":{"type":"string","description":"Branch override used when action=push"},"owner":{"type":"string","description":"Upstream repository owner used for fork fallback"},"repo":{"type":"string","description":"Upstream repository name used for fork fallback"}}}}] |
| input_schema | {"type":"object","properties":{}} |
| permissions | {"filesystem":"workspace","shell":true,"network":"limited"} |
| entrypoint | scripts/execute.py |
Ikaros 用这个技能直接处理工作区内的 git 读写操作。它默认对 fork 场景友好,适合作为 repo_workspace 和 gh_cli 之间的代码提交桥梁。
可直接在技能目录执行:
python scripts/execute.py --action status --workspace-id <workspace_id>