Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agent-skills

agent-skills 收录了来自 chen3feng 的 25 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
25
Stars
5
更新
2026-05-07
Forks
1
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ue-trefcountptr-member-needs-complete-type
软件开发工程师

A TRefCountPtr/TSharedPtr member in a UE class needs the pointee's full definition, not a forward decl.

2026-05-07
wsl-networking-mode-dns-fallback
网络与计算机系统管理员

When WSL's mirrored networking fails and falls back to "None", plus /etc/wsl.conf has generateResolvConf=false, the distro has no DNS; fix both layers.

2026-04-29
wsl-bash-crlf-or-tempfile
软件开发工程师

When a Windows shell (PowerShell/cmd) feeds a bash script into WSL, CRLF line endings can corrupt the first shell builtin; force LF or pipe via a temp file.

2026-04-29
check-git-log-before-refix
软件开发工程师

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

2026-04-29
url-space-after-brackets
软件开发工程师

Always add a space after URL brackets in Markdown to prevent 404 errors with special characters.

2026-04-29
python-modernization-sweep
软件开发工程师

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

2026-04-28
python-code-audit-sweep
软件质量保证分析师与测试员

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

2026-04-27
github-pr-via-gh-cli
软件开发工程师

Standard branch → push → `gh pr create` workflow, including when to fork.

2026-04-27
sidecar-smoke-suite-reveals-upstream-bugs
软件质量保证分析师与测试员

A downstream sidecar smoke suite can expose upstream bugs that unit tests miss; fix upstream first, then land the suite.

2026-04-27
shell-heredoc-and-multiline-strings
软件开发工程师

Pass long/multi-line strings (commit messages, PR bodies) through an agent shell without corruption.

2026-04-27
reverse-cleanup-after-upstream-fix
软件开发工程师

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.

2026-04-27
stop-chasing-the-optimizer-reduce-instead
软件开发工程师

After two failed anti-optimization patches, stop and reduce; don't keep bolting on `volatile` / `noinline`.

2026-04-27
per-function-optimize-attribute-abi-mismatch
软件开发工程师

`__attribute__((optimize("O0")))` on one function inside an `-O2` TU on GCC can crash on first call.

2026-04-27
detect-tool-vendor-by-query
软件开发工程师

Identify a tool's real vendor/version by asking it (`--version`), not by sniffing its filename or PATH entry.

2026-04-27
test-layout-evolution
软件质量保证分析师与测试员

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

2026-04-27
rebase-on-fresh-base-after-merge
软件开发工程师

After a PR is merged, cut the next branch from fresh origin/master — don't keep committing on the old feature branch.

2026-04-27
agent-work-artifacts-layout
软件开发工程师

Where to put transient files, one-off scripts, audit reports and PR bodies the agent creates while working.

2026-04-27
python-indent-aware-edits
软件开发工程师

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

2026-04-27
repo-org-migration-url-cleanup
软件开发工程师

After a GitHub repo moves to a new owner/org, sweep stale URLs everywhere — but preserve historical narrative.

2026-04-26
git-rev-parse-multi-ref-short
软件开发工程师

Don't combine `git rev-parse --short` with multiple refs; it demands a single revision.

2026-04-26
chinese-markdown-style
文字处理员和打字员

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

2026-04-25
safe-markdown-auto-fix
技术写作员

Auto-fix Markdown prose without corrupting code blocks, inline code, URLs, or HTML.

2026-04-25
doc-code-consistency-check
软件质量保证分析师与测试员

Before "fixing" a README, verify the actual code behavior — don't trust either in isolation.

2026-04-25
git-commit-author-identity
软件开发工程师

Commit with the right name/email per repo, and survive spaces in `git -c user.name=...`.

2026-04-25
workspace-path-constraints
软件开发工程师

Work around editor/search tools that only accept indexed-workspace paths.

2026-04-25