en un clic
dotfiles
dotfiles contient 10 skills collectées depuis jmeridth, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Review a PR (by link or from current context) or the current feature branch using a multi-model, verification-first workflow.
Summarize the recent work done in the current Claude context into today's Obsidian daily note (daily/YYYY-MM-DD.md), merging without duplicating. Use when the user says "obsidian daily", "log my work to obsidian", "update my daily note", or asks to record today's work into their Obsidian vault.
Create a good pull request
Pull latest main, switch to it, then assess and clean up merged branches and worktrees for a given repo
Fetch, assess, and address PR review comments — fix valid ones, explain why invalid ones are skipped, reply with commit links, and resolve threads.
Create a meaningful git commit message based on current changes.
GitHub Actions workflow standards for this repository. Use when reviewing or fixing GitHub Actions workflows to enforce security hardening, permissions, and operational conventions.
Security-focused differential review of Go code changes with regression test generation. Use when reviewing PRs that modify Go files touching HTTP handlers, file operations, exec calls, SQL queries, auth logic, or crypto. Generates concrete regression tests that prove each vulnerability.
Enforces agentskills.io specification for Agent Skills. Use when creating, reviewing, or fixing SKILL.md files, validating skill frontmatter, checking skill directory structure, or auditing skill quality.
Go coding standards for this repository. Use when reviewing or fixing Go code to enforce syntax preferences, library choices, code quality checks, package design, and testing conventions.