Maarten Kuiper avatar

Maarten Kuiper

Community

@maarten00 · Netherlands

13Followers
|
29Public Repos
|
4Published Skills

Maarten Kuiper's skill registry standardizes Git branching, GitHub pull requests, design-first architecture planning, and structured PR code reviews.

Skills Distribution
DomainDeveloper To...Pull Request Autho.. (40%)Version Control & .. (25%)Software Architect.. (25%)Code Review Qualit.. (10%)

Agent Skills by Maarten Kuiper

Showing 4 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Maarten Kuiper

FAQPage Schema
What tasks can I accomplish with Maarten Kuiper's skills?▼

You can enforce Git branch naming rules when branching or committing, write GitHub pull requests with English changelog-ready titles and Dutch template-based bodies, produce design documents for non-trivial code changes before implementation, and conduct structured PR reviews validated against Notion tickets.

Who should use these skills?▼

Software developers and engineers working in Git and GitHub repositories who need consistent branch naming, standardized bilingual PR descriptions, architecture planning before non-trivial builds or refactors, and disciplined code review practices with severity and confidence labels.

When should the design-first skill be used?▼

Use design-first for non-trivial builds or refactors whose shape is not obvious: it investigates context, compares architecture alternatives, writes a design document, and iterates until user approval. Skip it for trivial changes, pure debugging, or already-approved approaches.

How does the pr-review skill handle pull request feedback?▼

It checks the PR against its Notion ticket, relies on CI instead of re-running tests, and posts every finding as one grouped GitHub review. Each comment follows required language, style, severity and confidence labels, plus a mandated footnote.

What are the prerequisites for using these skills?▼

You need a Git repository hosted on GitHub, since the skills govern branch creation, gh pr create and gh pr review operations. The pr-review skill additionally expects a linked Notion ticket and an existing CI pipeline to validate changes.