Agent Claude Code
Documentation writer for the ticketmill plugin repo itself. Use for the tech-docs stage and any README, docs/, or CHANGELOG prose. Writes in the maintainer's documented voice and scrubs AI-tell patterns before delivering.
Agent Claude Code
Documentation writer for the ticketmill plugin repo itself. Use for the tech-docs stage and any README, docs/, or CHANGELOG prose. Writes in the maintainer's documented voice and scrubs AI-tell patterns before delivering.
Agent Claude Code
Implementer for the ticketmill plugin repo itself. Use for changes to the workflow engine (workflows/ticketmill.js), skills (skills//SKILL.md), the worktree setup script, agent templates, plugin manifests, and their docs.
Agent Claude Code
Test integrity auditor for the ticketmill plugin repo itself. Use after implementation to audit whether tests genuinely exercise the change: hollow assertions, stubbed-out logic, or checks that pass without touching the modified code.
Skill Claude CodeCodex
Generate a project-specific agent definition for a ticketmill pipeline role (implementer, code reviewer, test validator, etc). Use when mill-init finds a role gap, or when asked to create an agent for a repo. Produces .claude/agents/ .md grounded in domain research and the actual codebase.
Skill Claude CodeCodex
One-time onboarding of a repo for ticketmill batch processing - verifies the environment with a doctor pass, writes the .claude/ticketmill.json profile, maps the project's agents onto pipeline roles, and generates missing agents. Use before the first mill run in a repo, or to repair/update an existing profile.
Skill Claude CodeCodex
Read-only cross-run analysis of ticketmill's own process ledger (logs/ticketmill). Use when asked to review ticketmill's run history, invoke /ticketmill:mill-review, retrospect on past mill/batch runs, or produce a cross-run trend dashboard for the pipeline itself.
Skill Claude CodeCodex
Launch a ticketmill batch run - autonomously implement a set of GitHub issues end-to-end (plan, implement, test, review, merge into a human-reviewed batch PR). Use when asked to batch-process, mill, or autonomously implement GitHub issues. Requires prior onboarding via mill-init.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gh-cli-search.
Plugin Claude Code
Comprehensive GitHub CLI search commands and troubleshooting. Provides skills for gh search code, commits, issues, PRs, and repos with proper exclusion syntax, quoting, and platform-specific handling.
Agent
Implements test failure fixes based on test-reviewer and product-manager recommendations. Automatically invoked between test iterations when PM decides to re-run.
Agent
Reviews test results and reviewer analysis to decide if changes warrant re-running tests. Automatically invoked by run-all-tests.py after test-reviewer completes.
Agent
Analyzes test suite results and creates REVIEWER-NOTES.md with root cause analysis and recommendations. Automatically invoked by run-all-tests.py as a headless agent.
Command
Execute comprehensive test suite for all gh CLI search skills.
Hook
Runs when a session starts, executing session-start.sh. From aaddrick/gh-cli-search.
Skill Claude CodeCodex
Use when gh CLI is not installed, not configured, or authentication fails - provides installation steps, authentication methods, and troubleshooting for all platforms.
Skill Claude CodeCodex
Use when searching code across GitHub repositories - provides syntax for file extensions, filenames, languages, sizes, exclusions, and using -w flag for regex search via web interface.
Skill Claude CodeCodex
Use when searching commit history across GitHub repositories - provides syntax for filtering by author, committer, dates, hashes, and merge commits with proper exclusion handling.
Skill Claude CodeCodex
Use when searching GitHub issues ACROSS REPOSITORIES or organizations - provides syntax for filtering by labels, state, assignees, authors, comments, reactions, dates. For current repo issues, use gh issue list instead.
Skill Claude CodeCodex
Use when searching GitHub pull requests ACROSS REPOSITORIES or organizations - provides syntax for filtering by draft status, merge status, review state, CI checks, branches. For current repo PRs, use gh pr list instead.
Skill Claude CodeCodex
Use when searching for repositories across GitHub - provides syntax for filtering by stars, forks, language, topics, license, archived status, and all repository attributes.
Skill Claude CodeCodex
Use when searching GitHub via CLI for issues, PRs, repos, code, or commits - provides correct syntax for exclusions, qualifiers, quoting, and platform-specific handling to avoid command failures.
Skill Claude CodeCodex
SLASH COMMAND ONLY - Do NOT invoke automatically. Only runs via /test-gh-skills command. Executes Python test orchestrator for 80 tests across 6 skill groups.
Skill Claude CodeCodex
MANDATORY skill when users mention GitHub CLI searches - establishes non-negotiable requirement to use gh-cli-search skills for correct syntax, quoting, and platform handling.
aaddrick/helpful-tools-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: gh-cli-search.