quickstart
01Agent
Agent "quickstart" from generalaction/emdash, covering quickstart, toolchain, core commands, validation commands and important notes.
37 tagged jira, measured the same way as everything else here.
Browse within: linear 6ticketing 5
Agent
Agent "quickstart" from generalaction/emdash, covering quickstart, toolchain, core commands, validation commands and important notes.
grandcamel/JIRA-Assistant-Skills
Agent
Orchestrates parallel documentation reviews across all jira- skills. Aggregates findings into unified report. Use when running full audit.
Agent Claude Code
Integrates Jira API endpoints into MCP tools. ACTIVATE when user mentions "Jira", "issue", "ticket", "API endpoint", "Atlassian", or needs ANY integration with issue tracking. IMMEDIATELY engage for new Jira functionality.
Agent Claude Code
Writes COMPREHENSIVE tests for all MCP code. ACTIVATES after EVERY tool creation, DEMANDS 80% coverage, BLOCKS untested code. NO MERCY for code without tests.
Agent Claude Code
Creates NEW MCP tools for Jira operations. ACTIVATE when user needs "new tool", "add functionality", "implement feature", or ANY new Jira capability. AUTOMATICALLY generates complete tool with validation, types, and error handling.
Agent
Orchestrator for the issue-to-PR workflow. Given a user story ID (e.g. PROJ-1234, ENG-42.
Agent
Use to resolve findings on an existing pull request - review comments, CI failures, and self-review findings - fixing code, updating tests, re-verifying gates, and pushing. The counterpart to pr-reviewer that closes the loop.
Agent
Use for high-signal review of a diff or pull request in any codebase, with emphasis on scope (PR intent), correctness, contract drift, security, performance/duplication introduced, and the project's test/coverage gate.
Agent
Web documentation crawler that recursively follows links on API documentation sites to collect all endpoint content. Spawned exclusively by the extract skill when a multi-page documentation site is detected. Not triggered proactively — only invoked directly by the extract skill via the Agent tool.
Agent Claude Code
Agent that helps onboard repositories into AllBeads.
Agent Claude Code
Agent that plans new projects without implementing code.
Agent Claude Code
Autonomous agent that finds and completes ready tasks across contexts.
Agent Claude Code
Reviews a GitHub pull request created from the current repository and posts findings as line-specific and summary comments via gh. Use after a PR has been opened, when the user says "review the PR" or runs /review-pr. Must be given the PR number or told to infer it from the current branch.
Agent
You are being launched by a slopstop orchestrator. Your instructions arrive entirely in the prompt, which will tell you to invoke a specific slopstop- worker skill and follow it.
Agent
You are being launched by a slopstop orchestrator. Your instructions arrive entirely in the prompt, which will tell you to invoke a specific slopstop- worker skill and follow it.
Agent
You are being launched by a slopstop orchestrator. Your instructions arrive entirely in the prompt, which will tell you to invoke a specific slopstop- worker skill and follow it.
shashankreddy509/claude-tdd-kit
Agent
Spawned by the plugin's implement command after the user has approved a plan file (tasks/plans/ plan.md). The plan file path is passed as input. Orchestrates the full TDD pipeline in sequence: test-writer → implementer → test-runner (with retry loop) → code-review-coordinator, then STOPS at the ship gate (the commit…
shashankreddy509/claude-tdd-kit
Agent
Spawn this agent when the user runs the plugin's review command, on Stage 4 of the build pipeline (build-coordinator), or when asked for a code review. It reads the git diff, expands it with caller-context, spawns stack-appropriate specialist agents in parallel (including money-logic and concurrency reviewers)…
shashankreddy509/claude-tdd-kit
Agent
Kotlin language best practices reviewer. Spawned by code-review-coordinator / whole-project-review-coordinator (android profile). Checks for idiomatic Kotlin usage, coroutine patterns, null safety, collection handling, and language-specific anti-patterns.