con un clic
tao-push
提交并推送所有更改(Agent 执行,不污染主上下文)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
提交并推送所有更改(Agent 执行,不污染主上下文)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
夜间无人值守批量推进任务的编排器。用户睡前把一堆活儿丢过来,你在他离线期间尽最大可能推进:睡前一次性问清所有阻塞问题,建立可续跑的工作管理文件,把每个任务派给 sub-agent 隔离执行,按任务粒度 commit 到工作分支,卡点不死磕、带假设推进并记录,需要人拍板的全部攒到最后。醒来给一份可验收的晨报 + 一次性弹完的决策队列。全程只在本地推进,绝不 push / 部署 / 删除 / 外发。当用户说"我要睡了""你先跑着""无人值守""帮我把这些都推进了""有卡点最后再问我""夜跑",或用 /tao-go-sleep + 任务清单发起时使用。
深度审稿 + 纯数字核对 pass(--mode=numbers)+ 两者一趟跑完(--all);Agent 执行,不污染主上下文
为 Markdown 文章自动配图。扫描文中的「生成提示」调用 MCP 生成图片并替换;若文中无配图则分析内容建议插图位置和 prompt。依赖 mcp-image MCP server。
AI 内容创作全流程编排器(all-in-one)。串起 research-draft → article-medium + article-wechat → 配图 四步流水线,可从任意一步进入、续跑或重做,并在关键节点(研究视角 / 发布目标 / 配图方式)打断用户做选择。输入从一个词到整篇文章都接得住;配图默认走信息图(SVG→PNG)而非 AI 生图。当用户用 /tao-research-ain + 主题/URL/素材/已有草稿 发起,或想"一条龙"产出内容时使用。
AI技术文章素材稿研究(Agent 执行,不污染主上下文)
信用卡账单深度分析:消费分类 + 趋势洞察 + 预算建议
| name | tao-push |
| description | 提交并推送所有更改(Agent 执行,不污染主上下文) |
| allowed-tools | Agent |
Immediately use the Agent tool. Do NOT run any git commands in the main conversation.
Call the Agent tool with:
Task:
Commit all changes and push to the remote repository.
git status — if no changes, skip to step 6git diff + git diff --staged to analyze all changesgit log --oneline -5 for commit style referencegit add -Agit commit (use HEREDOC):<type>: <概括性描述>
- <具体更改 1>
- <具体更改 2>
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Types: feat | fix | refactor | docs | style | test | chore
package.json exists with a build script, run pnpm build first. If build fails, report error and STOP.git push (or git push -u origin <branch> if no upstream).After the agent returns, display the result concisely.