Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a...
find ~/fvadicamo/ -name "*.skill"
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit...
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open...
Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR,...
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review...