mit einem Klick
search-hub
search-hub enthält 13 gesammelte Skills von ncukondo, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Reviews a GitHub PR by checking CI status, running tests, and posting review. Always reports findings to user. Use when reviewing PRs or when the user says "review PR".
Analyzes ROADMAP and implements tasks in parallel with automatic orchestration. Use when starting implementation work.
Monitors all worker agents and automatically transitions them through the workflow. Use after spawning workers with /implement, or to check orchestration status.
Detects PRs with changes requested and spawns fixer agents. Use when addressing review feedback.
Detects all open PRs and spawns reviewer agents for each. Use when starting batch review.
Creates a new task file from template. Use when adding a new task to the project.
Merges a PR with automatic cleanup of worktree and branch. Handles all edge cases. Use when merging approved PRs.
Responds to PR comments and review feedback. Use when addressing specific comments on a PR.
Reviews a task file for completeness and test coverage. Use when checking task implementation status.
Shows current project status including tasks, tests, and worktrees. Use when checking project health.
Runs tests, typecheck, and lint, then reports results. Use when checking code quality.
Spawns a generic Claude agent in a worktree for research, PR comments, or custom tasks. Use when you need a worker for non-standard tasks.
Implements a task from spec/tasks in a git worktree following TDD. Use when working on a specific task by keyword.