Gian Maria
Community@alkampfergit · Italy
Gian Maria (alkampfergit) maintains Spec Kit-driven GitHub issue orchestration, gitflow releases, PR diagnostics, and .NET LLM client guidance for engineering teams.
Agent Skills by Gian Maria
Showing 26 vetted skills indexed across 2 GitHub repositories.
cisharpai-expert
Guides implementation of Cisharpai .NET clients for OpenAI, Azure, Anthropic, and Cohere LLM providers.
speckit-checklist
Generate requirements-quality checklists for spec-kit feature specifications.
speckit-docs-research
Searches Microsoft Learn and Context7 MCP servers for documentation relevant to a feature specification.
speckit-git-remote
Detects the Git remote URL and parses GitHub repository owner and name.
speckit-full
Polls GitHub issues by label and drives each through the speckit specify-to-PR workflow.
speckit-git-validate
Validates that the current Git branch follows spec-kit feature branch naming conventions.
speckit-git-initialize
Initializes a Git repository with an initial commit in spec-kit projects.
speckit-constitution
Creates or updates the project constitution in a Spec Kit repository from principle inputs.
speckit-implement
Executes implementation plans by processing tasks defined in spec-kit tasks.md files.
speckit-converge
Assess codebase against spec, plan, and tasks, then append remaining work to tasks.md.
speckit-taskstoissues
Convert spec-kit tasks into deduplicated, dependency-ordered GitHub issues.
speckit-clarify
Identify underspecified areas in feature specs and encode clarification answers back into the spec.
speckit-plan
Generates implementation plans and design artifacts from feature specifications using spec-kit templates.
gitflow
Automates gitflow release branches, version tagging, and pushes to origin.
speckit-git-feature
Creates a numbered git feature branch for spec-kit specification workflows.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for cross-artifact consistency and coverage gaps.
speckit-gh
Drives a GitHub issue through the full speckit pipeline to a merged pull request.
speckit-git-commit
Automatically stages and commits changes after Spec Kit commands complete.
epic-planner
Converts feature-area ideas into codebase-grounded roadmaps and GitHub epic issues.
speckit-specify
Generate a validated feature specification from a natural language feature description.
epic-orchestrator
Orchestrates GitHub epics by steering a coding bot through issues, PRs, and merges.
speckit-retrospec
Reverse-engineer speckit specification files from an already-implemented codebase feature.
speckit-tasks
Generates a dependency-ordered tasks.md checklist from spec-kit design artifacts.
pr-expert
Diagnose failing pull request checks across GitHub Actions and external status providers.
Frequently Asked Questions About Gian Maria
FAQPage SchemaWhat tasks can I accomplish with alkampfergit's skills?▼
You can run the complete Spec Kit lifecycle (specify, clarify, plan, tasks, analyze, implement, converge, retrospec), convert tasks into dependency-ordered GitHub issues, orchestrate epics via a coding bot, diagnose failing PR checks, remediate SonarCloud findings, execute gitflow releases, and get expert guidance on the Cisharpai .NET LLM client library.
Who are these skills designed for?▼
Software engineers, tech leads, and release managers working in GitHub-centric teams. They suit operators running human-in-the-loop issue pipelines, maintainers cutting gitflow releases, developers debugging blocked pull requests, and .NET engineers integrating OpenAI, Azure OpenAI, Anthropic, or Cohere via Cisharpai.
What prerequisites do the Spec Kit skills require?▼
Most speckit-* skills require a spec-kit project structure containing a .specify/ directory. speckit-docs-research additionally needs a .mcp.json with microsoft-learn and context7 servers configured. GitHub-driven skills like speckit-gh and epic-orchestrator rely on the gh CLI for issue and PR interaction.
How does end-to-end GitHub issue processing work?▼
The speckit-full skill polls GitHub for issues carrying a chosen label, then speckit-gh drives each through specify, clarify, plan, tasks, PR-report, draft PR, implement, test, CI, and review. Every phase posts artifacts on the issue and polls for owner approval, keeping all communication on issue and PR threads.
What does the cisharpai-expert skill cover?▼
It provides expert guidance for the Cisharpai .NET library: HttpClient-based access to OpenAI, Azure OpenAI, Azure AI Inference, Anthropic, and Cohere. Coverage includes IChatCompletionClient, IEmbeddingClient, IRerankerClient, streaming, tool calling, JSON output, RAG ingestion, retrieval, rank fusion, token counting, and fake clients for testing.