All authors
HIDORAKAI002 avatar

Claude Skills by HIDORAKAI002

github.com/HIDORAKAI002
18 skillsA× 17B× 10 installs4 views
Open PrA

Open a pull request with proper PR template, test coverage, and review workflow. Guides agents through creating a PR that follows repo conventions, ensures existing behaviors aren't broken, covers new behaviors with tests, and handles review via bot when local testing isn't possible. TRIGGER when user asks to "open a PR", "create a PR", "make a PR", "submit a PR", "open pull request", "push and create PR", or any variation of opening/submitting a pull request.

ai-agentsshellbash
0
32
OrchestrateA

Meta-agent supervisor that manages a fleet of Claude Code agents running in tmux windows. Auto-discovers spare worktrees, spawns agents, monitors state, kicks idle agents, approves safe confirmations, and recycles worktrees when done. TRIGGER when user asks to supervise agents, run parallel tasks, manage worktrees, check agent status, or orchestrate parallel work.

ai-agentsrustgo
0
32
Pr AddressA

Address PR review comments and loop until CI green and all comments resolved. TRIGGER when user asks to address comments, fix PR feedback, respond to reviewers, or babysit/monitor a PR.

ai-agentsgoshell
0
32
Pr PolishA

Alternate /pr-review and /pr-address on a PR until the PR is truly mergeable — no new review findings, zero unresolved inline threads, zero unaddressed top-level reviews or issue comments, all CI checks green, and two consecutive quiet polls after CI settles. Use when the user wants a PR polished to merge-ready without setting a fixed number of rounds.

ai-agentspythonrust
0
32
Pr ReviewA

Review a PR for correctness, security, code quality, and testing issues. TRIGGER when user asks to review a PR, check PR quality, or give feedback on a PR.

ai-agentsbashsql
0
32
Pr TestB

E2E manual testing of PRs/branches using docker compose, agent-browser, and API calls. TRIGGER when user asks to manually test a PR, test a feature end-to-end, or run integration tests against a running system.

ai-agentspythongo
0
32
Setup RepoA

Initialize a worktree-based repo layout for parallel development. Creates a main worktree, a reviews worktree for PR reviews, and N numbered work branches. Handles .env creation, dependency installation, and branchlet config. TRIGGER when user asks to set up the repo from scratch, initialize worktrees, bootstrap their dev environment, "setup repo", "setup worktrees", "initialize dev environment", "set up branches", or when a freshly cloned repo has no sibling worktrees.

ai-agentsbashgit
0
32
WorktreeA

Set up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, and generates Prisma client. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.

ai-agentsbashtesting
0
32
Write Frontend TestsA

Analyze the current branch diff against dev, plan integration tests for changed frontend pages/components, and write them. TRIGGER when user asks to write frontend tests, add test coverage, or 'write tests for my changes'.

ai-agentsgobash
0
32
PromptsA

{requirements} Create a product requirement document (PRD) based on the requirements and fill in the blanks below: Product/Function Introduction: Goals: Users and Usage Scenarios: Requirements: Constraints and Limitations: Performance Metrics: """ class WritePRD(Action): def __init__(self, name="", context=None, llm=None): super().__init__(name, context, llm) async def run(self, requirements, *args, **kwargs): prompt = PROMPT_TEMPLATE.format(requirements=requirements) prd = await self._aask(p...

ai-agentspythongo
0
32
Docs Incremental UpdateA

Incrementally update Mintlify documentation (.mdx) from Python source changes only. Use when: (1) Python files referenced in doc_code_map frontmatter have changed, (2) a PR touches Python modules documented in docs/mintlify/key_modules/ or docs/mintlify/mcp/, (3) the user asks to sync docs after Python code changes. Prefer minimal diffs and leave correct content untouched.

ai-agentstypescriptpython
0
32
Skill CreatorA

Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.

ai-agentspythongo
0
32
Code ReviewerA

Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment.

ai-agentsgocode-review
0
32
Data AnalyzerA

Analyze datasets and extract insights. Use when user needs to understand data patterns, statistics, or trends.

ai-agents
0
32
Report WriterA

Generate professional reports from analysis results. Use when user needs to create formatted documents summarizing findings.

ai-agentsgo
0
32
Invalid NameA

This skill has an invalid name.

ai-agents
0
32
Minimal SkillA

A minimal skill with only required fields.

ai-agents
0
32
Valid SkillA

A complete test skill with all optional directories.

ai-agents
0
32