André Borgonovo avatar

André Borgonovo

Community

@azborgonovo · Netherlands

10Followers
|
19Public Repos
|
19Published Skills

Tech Lead

Skills Distribution
DomainDeveloper To...Code Review & Pull.. (30%)BDD & Test Specifi.. (20%)Infrastructure & O.. (20%)Architecture Decis.. (15%)

Agent Skills by André Borgonovo

Showing 19 vetted skills indexed across 1 GitHub repositories.

azborgonovoazborgonovo

plugin-versioning

Bumps SemVer versions in plugin.json manifests based on Conventional Commit messages.

Community
Intermediate
azborgonovoazborgonovo

skill-authoring

Validates and standardizes SKILL.md files against repository authoring conventions.

Community
Intermediate
azborgonovoazborgonovo

standard-first

Guides implementation toward built-in framework features and official packages over custom code.

Community
Intermediate
azborgonovoazborgonovo

team-topologies

Provides Team Topologies knowledge for designing software delivery team structures and interactions.

Community
Basic
azborgonovoazborgonovo

pareto

Ranks causes by outcome and spends a fifth of the effort on the highest-leverage interventions.

Community
Intermediate
azborgonovoazborgonovo

code-review-pyramid

Structures code reviews across five layers prioritized by cost of change.

Community
Basic
azborgonovoazborgonovo

review-changes

Reviews a git diff against the Code Review Pyramid and produces a single merge verdict.

Community
Advanced
azborgonovoazborgonovo

address-pr-comments

Triages open review threads on merge requests and pull requests, then implements, replies, and resolves each one.

Community
Advanced
azborgonovoazborgonovo

pr-review

Reviews GitLab merge requests and GitHub pull requests, posting inline comments and verdicts.

Community
Advanced
azborgonovoazborgonovo

triage-work-item

Investigates tracker work items against codebases and posts verified root-cause analysis comments.

Community
Advanced
azborgonovoazborgonovo

work-item

Drafts work items with testable acceptance criteria for Jira, GitHub, Azure DevOps, and Linear.

Community
Intermediate
azborgonovoazborgonovo

decide

Guides structured exploration of problems, constraints, and alternatives before significant decisions.

Community
Intermediate
azborgonovoazborgonovo

backfill-decisions

Mines git history to reconstruct retroactive Architecture Decision Records for past decisions.

Community
Advanced
azborgonovoazborgonovo

log-decision

Drafts structured Decision Record documents capturing architectural trade-offs and technology choices.

Community
Intermediate
azborgonovoazborgonovo

review-skill

Audits an existing SKILL.md for triggering, scope, prose, and domain accuracy, then applies approved fixes.

Community
Intermediate
azborgonovoazborgonovo

tune-agent-docs

Reviews and tightens AI agent steering docs across a repository as one corpus.

Community
Advanced
azborgonovoazborgonovo

implement-scenarios

Implements automated tests for existing Gherkin scenarios using outside-in BDD and traceability tags.

Community
Advanced
azborgonovoazborgonovo

define-behavior

Writes behavior-driven Gherkin feature files and scenarios as specification by example.

Community
Intermediate
azborgonovoazborgonovo

review-feature-suite

Audits and reconciles multiple Gherkin feature files for cross-file consistency.

Community
Intermediate

Frequently Asked Questions About André Borgonovo

FAQPage Schema
What tasks can I accomplish with André Borgonovo's skills?▼

You can draft release notes and changelog entries, review branches and pull requests against the Code Review Pyramid, triage and address PR review threads, triage tracker work items with root-cause analysis, author and implement Gherkin BDD scenarios, log and backfill Decision Records, and audit skill files and agent steering documents.

Who are these skills designed for?▼

They target software engineers, tech leads, and engineering teams working with GitLab or GitHub, Jira or GitHub Issues, and BDD suites in Cucumber, SpecFlow, Reqnroll, or Behave. Tech leads benefit from Team Topologies guidance, the Pareto scoping command, and standards-first implementation guidance across .NET, Node.js, Go, and Java.

How do the pull request review skills work in practice?▼

Invoke /pr-review with a merge or pull request URL; it fetches the change and linked work item, delegates the review to review-changes, posts findings as inline diff comments, and records the verdict. /address-pr-comments triages open threads, implements tested fixes, and resolves or replies per thread.

What integrations and dependencies do these skills require?▼

The skills ship with adapters for GitLab and GitHub as code hosts, Jira and GitHub Issues as trackers, and Grafana and CloudWatch for observability, degrading to any reachable platform via tool discovery. Several commands are user-invoked only and rely on git history, diffs, and merge bases.

Do the skills cover testing and behavior specification?▼

Yes. define-behavior authors Gherkin feature files as specification by example, implement-scenarios binds them to real xUnit, NUnit, Vitest, Jest, pytest, or Playwright tests including Testcontainers service tests, and review-feature-suite reconciles an entire feature suite for shared language, duplicates, and contradictions.