Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agent-skills

agent-skills contient 25 skills collectées depuis chen3feng, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
25
Stars
5
mis à jour
2026-05-07
Forks
1
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ue-trefcountptr-member-needs-complete-type
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-29
python-modernization-sweep
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-04-27
sidecar-smoke-suite-reveals-upstream-bugs
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-04-27
reverse-cleanup-after-upstream-fix
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

`__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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-26
chinese-markdown-style
Traiteurs de texte et dactylographes

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
Rédacteurs techniques

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

2026-04-25
doc-code-consistency-check
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-25
git-commit-author-identity
Développeurs de logiciels

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

2026-04-25
workspace-path-constraints
Développeurs de logiciels

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

2026-04-25