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

GitNexus

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

已收集 skills
20
Stars
42.7k
更新
2026-06-14
Forks
4.8k
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

gitnexus-debugging
软件开发工程师

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"

2026-06-14
gitnexus-guide
其他计算机职业

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"

2026-06-14
gitnexus-debugging
软件开发工程师

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"

2026-06-14
gitnexus-guide
其他计算机职业

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"

2026-06-14
gitnexus-debugging
软件开发工程师

Trace bugs through call chains using knowledge graph

2026-06-14
gitnexus-pdg-query
软件开发工程师

Use when querying or extending GitNexus's PDG control/data-dependence surface (the `pdg_query` MCP tool, CDG/REACHING_DEF edges), or reasoning about "what controls X" / "where does Y flow" / guard clauses. Examples: "what guards this statement?", "trace this variable within the function", "why is the pdg_query result empty?", "add a CDG query".

2026-06-13
gitnexus-exploring
软件开发工程师

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"

2026-06-13
gitnexus-refactoring
软件开发工程师

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"

2026-06-13
gitnexus-exploring
软件开发工程师

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"

2026-06-13
gitnexus-refactoring
软件开发工程师

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"

2026-06-13
gitnexus-exploring
软件开发工程师

Navigate unfamiliar code using GitNexus knowledge graph

2026-06-13
gitnexus-refactoring
软件开发工程师

Plan safe refactors using blast radius and dependency mapping

2026-06-13
gitnexus-taint-analysis
软件开发工程师

Use when working on, reviewing, or extending GitNexus's CFG/taint/PDG subsystem (the `--pdg` layers), or when reasoning about source→sink data-flow findings. Examples: "How does taint analysis work here?", "Why didn't explain find this flow?", "Add a new sink/source", "Review the interprocedural taint code".

2026-06-13
gitnexus-impact-analysis
软件开发工程师

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"

2026-06-07
gitnexus-pr-review
软件质量保证分析师与测试员

Use when the user wants to review a pull request, understand what a PR changes, assess risk of merging, or check for missing test coverage. Examples: "Review this PR", "What does PR #42 change?", "Is this PR safe to merge?"

2026-06-07
gitnexus-impact-analysis
软件开发工程师

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"

2026-06-07
gitnexus-impact-analysis
软件开发工程师

Analyze blast radius before making code changes

2026-06-07
gitnexus-cli
软件开发工程师

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

2026-06-02
gitnexus-cli
软件开发工程师

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

2026-06-02
gitnexus-pr-swarm-review
软件质量保证分析师与测试员

Run a GitNexus production-readiness pull request review using a coordinated reviewer swarm.

2026-05-29