AlexSeremet
Community@AlexTheGuitarGuy
AlexSeremet builds GitNexus graph-intelligence engineering skills covering planning, refactoring, debugging, taint analysis, impact analysis, and PR review.
Agent Skills by AlexSeremet
Showing 16 vetted skills indexed across 1 GitHub repositories.
gitnexus-plan
Generates implementation-ready engineering plans from GitNexus graph intelligence, PDG analysis, and source verification.
systematic-debugging
Diagnose bugs and regressions through evidence-based hypothesis testing before editing code.
gitnexus-refactoring
Renames, extracts, splits, and restructures code symbols using GitNexus graph analysis.
gitnexus-taint-analysis
Explains and extends GitNexus's CFG, reaching-definitions, and interprocedural taint analysis subsystem.
gitnexus-debugging
Trace bugs and errors through indexed codebases using GitNexus call graphs and Cypher queries.
gitnexus-lfg
Orchestrates plan, gate, work, and review lanes across three GitNexus skills.
gitnexus-exploring
Explores indexed codebases with GitNexus to trace execution flows and explain architecture.
context7-mcp
Fetches current library documentation and code examples via Context7 MCP tools.
gitnexus-pdg-query
Query control-dependence and reaching-definition edges through the GitNexus pdg_query MCP tool.
gitnexus-guide
Documents GitNexus MCP tools, resources, and knowledge graph schema for code intelligence queries.
gitnexus-cli
Runs GitNexus CLI commands to analyze, index, and document code repositories.
gitnexus-work
Executes gitnexus-plan implementation plans as verified atomic commits with graph-based impact checks.
verify-claims
Convert claims about changes, findings, and test results into documented evidence with confidence levels.
gitnexus-review
Reviews GitHub PRs, branches, commit ranges, and local diffs using GitNexus graph evidence.
morning-brief
Summarizes open GitHub pull requests, pending reviews, and unread notifications via gh CLI.
gitnexus-impact-analysis
Analyzes code change blast radius and dependency risk using GitNexus symbol graphs.
Frequently Asked Questions About AlexSeremet
FAQPage SchemaWhat tasks can I accomplish with AlexSeremet's GitNexus skills?▼
You can plan code changes with graph-backed depth, execute plans step by step with impact checks, refactor safely, debug failures, run taint and PDG queries, analyze change impact, review PRs and diffs, index repositories, generate wikis, and get a daily GitHub triage brief.
Who are these skills designed for?▼
Software engineers working in GitNexus-indexed codebases who need evidence-driven planning, safe refactoring, root-cause debugging, data-flow reasoning, and merge-risk review. They also suit maintainers extending GitNexus's CFG, taint, and PDG subsystems.
How do I run the GitNexus engineering pipeline end to end?▼
Invoke gitnexus-lfg with a task description. It runs gitnexus-plan at a chosen depth, pauses at a blocking gate where you approve execution via gitnexus-work, then finishes with a gitnexus-review of the resulting changes.
What prerequisites do these skills require?▼
A repository indexed by the GitNexus CLI is required for graph-backed skills like planning, impact analysis, and PDG queries. Review skills accept a GitHub PR URL, branch, commit range, or local staged and unstaged changes.
How do the debugging and verification skills ensure correctness?▼
systematic-debugging separates observations, hypotheses, and discriminating checks before any edit, while verify-claims converts claims about changes, diagnoses, or test results into concrete evidence and records remaining uncertainty.