midFang

12 mods across 1 repository, 2 stars between them.

bug2csv

01

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.

2 2mo ago A 82 tokens original MIT

bugbatch-prepare

02

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.

2 2mo ago A 99 tokens original MIT

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…

2 2mo ago A 114 tokens original MIT

bugfix-done

04

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.

2 2mo ago A 135 tokens original MIT

bugfix-worktree

05

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.

2 2mo ago A 144 tokens original MIT

debug-tag-add

06

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.

2 2mo ago A 79 tokens original MIT

feature-done

07

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.

2 2mo ago A 127 tokens original MIT

feature-prepare

08

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.

2 2mo ago A 84 tokens original MIT

feature-worktree

09

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.

2 2mo ago A 96 tokens original MIT

plan-csv-execute

10

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…

2 2mo ago A 85 tokens original MIT

plan-to-issues-csv

11

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…

2 2mo ago A 124 tokens original MIT

plan

12

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…

2 2mo ago A 97 tokens original MIT