Gian Maria avatar

Gian Maria

Community

@alkampfergit · Italy

114Followers
|
136Public Repos
|
26Published Skills

Gian Maria (alkampfergit) maintains Spec Kit-driven GitHub issue orchestration, gitflow releases, PR diagnostics, and .NET LLM client guidance for engineering teams.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (40%)GitHub Issue & Epi.. (25%)Git Branching & Re.. (15%)Pull Request & CI .. (12%)

Agent Skills by Gian Maria

Showing 26 vetted skills indexed across 2 GitHub repositories.

alkampfergitalkampfergit

cisharpai-expert

Guides implementation of Cisharpai .NET clients for OpenAI, Azure, Anthropic, and Cohere LLM providers.

Community
Advanced
alkampfergitalkampfergit

speckit-checklist

Generate requirements-quality checklists for spec-kit feature specifications.

Community
Advanced
alkampfergitalkampfergit

speckit-docs-research

Searches Microsoft Learn and Context7 MCP servers for documentation relevant to a feature specification.

Community
Intermediate
alkampfergitalkampfergit

speckit-git-remote

Detects the Git remote URL and parses GitHub repository owner and name.

Community
Basic
alkampfergitalkampfergit

speckit-full

Polls GitHub issues by label and drives each through the speckit specify-to-PR workflow.

Community
Advanced
alkampfergitalkampfergit

speckit-git-validate

Validates that the current Git branch follows spec-kit feature branch naming conventions.

Community
Basic
alkampfergitalkampfergit

speckit-git-initialize

Initializes a Git repository with an initial commit in spec-kit projects.

Community
Basic
alkampfergitalkampfergit

speckit-constitution

Creates or updates the project constitution in a Spec Kit repository from principle inputs.

Community
Advanced
alkampfergitalkampfergit

speckit-implement

Executes implementation plans by processing tasks defined in spec-kit tasks.md files.

Community
Advanced
alkampfergitalkampfergit

speckit-converge

Assess codebase against spec, plan, and tasks, then append remaining work to tasks.md.

Community
Advanced
alkampfergitalkampfergit

speckit-taskstoissues

Convert spec-kit tasks into deduplicated, dependency-ordered GitHub issues.

Community
Intermediate
alkampfergitalkampfergit

speckit-clarify

Identify underspecified areas in feature specs and encode clarification answers back into the spec.

Community
Advanced
alkampfergitalkampfergit

speckit-plan

Generates implementation plans and design artifacts from feature specifications using spec-kit templates.

Community
Advanced
alkampfergitalkampfergit

gitflow

Automates gitflow release branches, version tagging, and pushes to origin.

Community
Advanced
alkampfergitalkampfergit

speckit-git-feature

Creates a numbered git feature branch for spec-kit specification workflows.

Community
Intermediate
alkampfergitalkampfergit

speckit-analyze

Analyze spec.md, plan.md, and tasks.md for cross-artifact consistency and coverage gaps.

Community
Advanced
alkampfergitalkampfergit

speckit-gh

Drives a GitHub issue through the full speckit pipeline to a merged pull request.

Community
Advanced
alkampfergitalkampfergit

speckit-git-commit

Automatically stages and commits changes after Spec Kit commands complete.

Community
Intermediate
alkampfergitalkampfergit

epic-planner

Converts feature-area ideas into codebase-grounded roadmaps and GitHub epic issues.

Community
Advanced
alkampfergitalkampfergit

speckit-specify

Generate a validated feature specification from a natural language feature description.

Community
Advanced
alkampfergitalkampfergit

epic-orchestrator

Orchestrates GitHub epics by steering a coding bot through issues, PRs, and merges.

Community
Advanced
alkampfergitalkampfergit

speckit-retrospec

Reverse-engineer speckit specification files from an already-implemented codebase feature.

Community
Advanced
alkampfergitalkampfergit

speckit-tasks

Generates a dependency-ordered tasks.md checklist from spec-kit design artifacts.

Community
Advanced
alkampfergitalkampfergit

pr-expert

Diagnose failing pull request checks across GitHub Actions and external status providers.

Community
Intermediate

Frequently Asked Questions About Gian Maria

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