স্কিল খুঁজুন
আপনার এজেন্টের জন্য উপযুক্ত সক্ষমতা খুঁজে নিন।
basic-workflow
Daily Git workflow - add, commit, push, pull cycle for everyday development
bootstrap-qcow2-create-pr
Create or update GitHub pull requests for bootstrap-qcow2 using the in-repo Crystal helper Bootstrap::CodexUtils.create_pull_request (no gh/CLI dependencies). Use when automating PR creation from inside the container or sysroot namespace.
github-integration
Interact with the user's GitHub repositories (scan, analyze, access).
view-pr-github
View GitHub PR status/details (prefer GitHub chat tools; gh is fallback).
self-maintaining-claude-md
Use when starting any task in a project - keeps CLAUDE.md instruction file current with high-level project state, prompts for init if missing, adds reflection todo before work to ensure documentation stays updated
git-workflow
A skill that outlines best practices for using Git in a collaborative development environment, including branching strategies, commit conventions, and pull request workflows.
lang-go-library-dev
Go-specific library/package development patterns. Use when creating Go libraries, designing public APIs with Go idioms, configuring go.mod, managing module versioning, publishing packages, or writing package documentation. Extends meta-library-dev with Go tooling and ecosystem practices.
use-verify
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs
reviewing-incremental-changes
Handles re-reviews after new commits. Use when a PR already has review comments or when responding to developer changes.
git-workflow
Git workflow guidelines for AI agents working on this repository
working-with-jj
Jujutsu (jj) version control cheatsheet - viewing history, making commits, diffs, and descriptions
code-review
Review commits from a starting commit hash to HEAD. Use when user says "review commits from <hash>", "code review starting from <hash>", "review changes since <hash>", or provides a commit hash for review. Detects AI slop, component issues, and missed reuse opportunities.
watch-uat-github-pr
Watch a GitHub UAT PR for maintainer feedback or approval by polling comments until approved/passed.
diff-since-my-commit
Show changes to a git branch since your last commit, filtered to only files you touched. Use when user asks to see what others changed on their branch, review changes since they last committed, or compare their work against upstream modifications. Triggers on requests like "what changed on my branch", "show me the diff since my commit", "what did others change to my files", or "review changes to my PR".
github-analyzer
Deep analysis of GitHub repositories to understand their core architecture, design philosophy, technical decisions, and implementation patterns. This skill should be used when users provide a GitHub URL and request comprehensive understanding of the repository's structure, purpose, key abstractions, or technical approach.
git-workflow-patterns
Conventional commits, PR practices, branching strategies