chen3feng

26 mods across 2 repositories, 10 stars between them.

codebase-analysis

01

chen3feng/ai-code-analysis

Skill Claude CodeCodex

Systematically analyze a complex codebase and produce deep-dive documentation with clickable source links, pinned by git submodule.

5 3mo ago A 28 tokens

chen3feng/agent-skills

Skill Claude CodeCodex

Before "fixing" a recurring error, check git log to see if it was already fixed upstream — the working tree may just be stale.

5 3mo ago A 37 tokens original Apache-2.0

chen3feng/agent-skills

Skill Claude CodeCodex

House style for Chinese Markdown docs, and how to enforce it with the cndocstyle package from cn-doc-style-guide.

5 3mo ago A 31 tokens original Apache-2.0

chen3feng/agent-skills

Skill Claude CodeCodex

You're trying to isolate a miscompile in a single helper function by forcing it to lower optimization, using one of these forms inside a translation unit that is otherwise built at -O2 or higher.

5 3mo ago A 41 tokens original Apache-2.0

chen3feng/agent-skills

Skill Claude CodeCodex

Run a quick non-behavioral audit of a Python repo and split findings into bug / dead-code / style PRs.

5 3mo ago A 33 tokens original Apache-2.0

chen3feng/agent-skills

Skill Claude CodeCodex

Over-indented suites are valid Python; compileall won't catch a dropped with/try scope. Verify end-to-end.

5 3mo ago A 30 tokens original Apache-2.0

chen3feng/agent-skills

Skill Claude CodeCodex

Plan a Python 3 modernization sweep (f-strings, super(), type hints) as a series of mechanical PRs, not one mega-PR.

5 3mo ago A 37 tokens original Apache-2.0

chen3feng/agent-skills

Skill Claude CodeCodex

When a sidecar or downstream repo papers over an upstream bug, track the workarounds so they can be reversed the moment upstream releases the fix.

5 3mo ago C 39 tokens original Apache-2.0

chen3feng/agent-skills

Skill Claude CodeCodex

When adding unit tests to a repo whose test/ dir is actually integration, create a parallel tests/unit/ instead of mixing them.

5 3mo ago A 35 tokens original Apache-2.0