AlexSeremet avatar

AlexSeremet

Community

@AlexTheGuitarGuy

5Followers
|
30Public Repos
|
16Published Skills

AlexSeremet builds GitNexus graph-intelligence engineering skills covering planning, refactoring, debugging, taint analysis, impact analysis, and PR review.

Skills Distribution
DomainDeveloper To...Code Intelligence .. (40%)Debugging & Root-C.. (20%)Code Review & Merg.. (20%)Refactoring & Impa.. (20%)

Agent Skills by AlexSeremet

Showing 16 vetted skills indexed across 1 GitHub repositories.

AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-plan

Generates implementation-ready engineering plans from GitNexus graph intelligence, PDG analysis, and source verification.

Community
Advanced
AlexTheGuitarGuyAlexTheGuitarGuy
1

systematic-debugging

Diagnose bugs and regressions through evidence-based hypothesis testing before editing code.

Community
Basic
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-refactoring

Renames, extracts, splits, and restructures code symbols using GitNexus graph analysis.

Community
Advanced
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-taint-analysis

Explains and extends GitNexus's CFG, reaching-definitions, and interprocedural taint analysis subsystem.

Community
Advanced
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-debugging

Trace bugs and errors through indexed codebases using GitNexus call graphs and Cypher queries.

Community
Intermediate
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-lfg

Orchestrates plan, gate, work, and review lanes across three GitNexus skills.

Community
Advanced
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-exploring

Explores indexed codebases with GitNexus to trace execution flows and explain architecture.

Community
Intermediate
AlexTheGuitarGuyAlexTheGuitarGuy
1

context7-mcp

Fetches current library documentation and code examples via Context7 MCP tools.

Community
Intermediate
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-pdg-query

Query control-dependence and reaching-definition edges through the GitNexus pdg_query MCP tool.

Community
Intermediate
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-guide

Documents GitNexus MCP tools, resources, and knowledge graph schema for code intelligence queries.

Community
Intermediate
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-cli

Runs GitNexus CLI commands to analyze, index, and document code repositories.

Community
Intermediate
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-work

Executes gitnexus-plan implementation plans as verified atomic commits with graph-based impact checks.

Community
Advanced
AlexTheGuitarGuyAlexTheGuitarGuy
1

verify-claims

Convert claims about changes, findings, and test results into documented evidence with confidence levels.

Community
Basic
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-review

Reviews GitHub PRs, branches, commit ranges, and local diffs using GitNexus graph evidence.

Community
Advanced
AlexTheGuitarGuyAlexTheGuitarGuy
1

morning-brief

Summarizes open GitHub pull requests, pending reviews, and unread notifications via gh CLI.

Community
Basic
AlexTheGuitarGuyAlexTheGuitarGuy
1

gitnexus-impact-analysis

Analyzes code change blast radius and dependency risk using GitNexus symbol graphs.

Community
Advanced

Frequently Asked Questions About AlexSeremet

FAQPage Schema
What 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.