André Borgonovo
Community@azborgonovo · Netherlands
Tech Lead
Agent Skills by André Borgonovo
Showing 19 vetted skills indexed across 1 GitHub repositories.
plugin-versioning
Bumps SemVer versions in plugin.json manifests based on Conventional Commit messages.
skill-authoring
Validates and standardizes SKILL.md files against repository authoring conventions.
standard-first
Guides implementation toward built-in framework features and official packages over custom code.
team-topologies
Provides Team Topologies knowledge for designing software delivery team structures and interactions.
pareto
Ranks causes by outcome and spends a fifth of the effort on the highest-leverage interventions.
code-review-pyramid
Structures code reviews across five layers prioritized by cost of change.
review-changes
Reviews a git diff against the Code Review Pyramid and produces a single merge verdict.
address-pr-comments
Triages open review threads on merge requests and pull requests, then implements, replies, and resolves each one.
pr-review
Reviews GitLab merge requests and GitHub pull requests, posting inline comments and verdicts.
triage-work-item
Investigates tracker work items against codebases and posts verified root-cause analysis comments.
work-item
Drafts work items with testable acceptance criteria for Jira, GitHub, Azure DevOps, and Linear.
decide
Guides structured exploration of problems, constraints, and alternatives before significant decisions.
backfill-decisions
Mines git history to reconstruct retroactive Architecture Decision Records for past decisions.
log-decision
Drafts structured Decision Record documents capturing architectural trade-offs and technology choices.
review-skill
Audits an existing SKILL.md for triggering, scope, prose, and domain accuracy, then applies approved fixes.
tune-agent-docs
Reviews and tightens AI agent steering docs across a repository as one corpus.
implement-scenarios
Implements automated tests for existing Gherkin scenarios using outside-in BDD and traceability tags.
define-behavior
Writes behavior-driven Gherkin feature files and scenarios as specification by example.
review-feature-suite
Audits and reconciles multiple Gherkin feature files for cross-file consistency.
Frequently Asked Questions About André Borgonovo
FAQPage SchemaWhat 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.