bug2csv
01midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A procedure for exporting one worksheet tab from Tencent Docs, an online document and spreadsheet service, as a CSV file. It uses an already signed-in Chrome session.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A procedure for exporting one worksheet tab from Tencent Docs, an online document and spreadsheet service, as a CSV file. It uses an already signed-in Chrome session.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A procedure for turning a raw Tencent Docs bug spreadsheet into a local, structured bug batch. It creates task drafts and tracking fields for bugs that are ready to fix or need more information.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
Add durable, high-signal code comments that preserve the original bug symptom, evidence, root cause, and fix intent after a bug fix. Use when the user asks to "add comments", "record why this code exists", "防止后面不知道为什么加这个代码", "把问题现象写进注释", "记录一下这个行为", or when a fix introduces a guard, workaround, retry, compatibility…
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A workflow for completing a bug fix after a user has manually verified the APK or installation package. It records the verification, merges the bug branch into a specified target branch, builds and installs the result, and later removes the worktree after integration verification.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A procedure for fixing one tracked bug in its own Git worktree, which is a separate working copy tied to a branch. It includes self-checking the fix and building an Android APK for human testing.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
Use when the user asks to add temporary dedicated debug logging with a fixed tag, including requests named debugTagAdd, "加调试 tag", "加专属日志 tag", "固定 tag 调试", or "加日志方便给你日志排查". Guides Codex to add scoped, removable, high-signal logs for reproducing and diagnosing a specific bug.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A workflow for completing a feature after a user has manually confirmed that it works. A feature is a distinct piece of product functionality, and a branch is a separate line of Git work.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A planning tool that turns a feature idea into a small set of project files: a feature list, a short specification, and a task log. It defines the goal, main behavior, and acceptance checks.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
A workflow that takes a prepared feature specification, creates or restores a separate Git worktree and branch, and implements the feature there. It records validation results and builds an APK for human testing.
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
Execute a single issues CSV snapshot as the unique task boundary and state source, then close the loop through implementation, review, validation, and local git commit without push. Use when the user explicitly mentions $plan-csv-execute, says "按 issues csv 执行", "根据 CSV 闭环开发", or wants to replace the deprecated…
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
Convert a plan/.md execution plan into a uniquely named issues/.csv snapshot for long-lived tracking. Use when the user explicitly mentions $plan-to-issues-csv, asks to turn a plan into issues CSV, says "plan 转 issues", "从 plan 生成 CSV", or wants to replace the deprecated /prompts:plantoissuescsv workflow. Read one…
midFang/ai-agent-skills-workflow
Skill Claude CodeCodex
Generate or revise a decision-complete implementation plan file for the current workspace. Use when the user explicitly mentions $plan, says "进入 Plan 模式", "生成执行计划", "出实现方案", or wants to replace the deprecated /prompts:plan workflow. Gather minimal context, prefer mcpsequential-thinkingsequentialthinking when…