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

config

config 收录了来自 fcoury 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
1
更新
2026-05-28
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

good-pr
软件开发工程师

Update the title and body of one or more pull requests.

2026-05-28
x-api
软件开发工程师

Use the official X API through X Docs MCP and XMCP to search or retrieve posts, users, lists, spaces, trends, news, DMs, bookmarks, and analytics, or to perform explicitly requested X actions such as posting, replying, liking, reposting, following, messaging, or deleting. Use for X research, account operations, and X API integration questions; never use browser automation or scraping for X content.

2026-05-26
documentation-pass
软件开发工程师

Non-functional documentation pass over an existing code change: write PR-level narrative, add/clarify module/type/function docs (especially Rust rustdoc), surface implicit contracts/invariants, and call out design risks without changing runtime behavior. Use when asked for “DOCUMENTATION PASS mode”, “doc pass”, “rustdoc pass”, “comment pass”, “make this change legible to reviewers”, or when a PR needs a clearer description + in-code documentation but must not alter behavior.

2026-03-29
code-replay
软件开发工程师

Guided hands-on replay of code changes for deep learning. Breaks down diffs (from branches, PRs, or commits) into an optimal sequence of minimal steps for the user to re-implement by hand, validating each step before moving on. Use this skill when the user wants to understand, learn from, or replay code changes — phrases like "walk me through these changes", "I want to understand this PR", "help me replay this branch", "teach me what this commit does", "break down these changes for me", or any request to learn by re-implementing existing diffs.

2026-03-29
pr-review-triage
软件开发工程师

Critically triage automated AI PR review feedback (CodeRabbit, Codex, Copilot, etc.). This skill should be used when the user pastes a GitHub PR review link and wants each suggestion evaluated for whether to apply as-is, apply with modifications, or skip, with clear rationale. Triggers on phrases like "review PR feedback", "triage this review", or any GitHub PR review URL.

2026-02-24
xcodebuildmcp
软件开发工程师

Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

2026-02-22
analyze-rust-optimizations
软件开发工程师

This skill performs thorough analysis of Rust libraries to find optimization opportunities. It should be used when reviewing Rust code for performance improvements, memory efficiency, or when profiling indicates bottlenecks. Focuses on runtime performance and memory usage through dynamic profiling tools and static code analysis.

2026-02-07
tmux-tui-testing
软件质量保证分析师与测试员

Test TUI (Text User Interface) applications using tmux. Use this skill when you need to automate testing of terminal-based applications by sending keystrokes and capturing pane output.

2026-02-07