CommunityResearch & Data Analysisgithub.com

itscloud0/issue-to-agent

Turn GitHub issues into ready-to-run task packs for coding agents.

Works with~Claude CodeCodex CLI~Cursor
npx skills add itscloud0/issue-to-agent

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

issue-to-agent

Use this skill when the user asks Codex to prepare an implementation plan, task pack, or agent handoff from a GitHub issue, issue URL, OWNER/REPO#123, pasted issue text, or local issue file.

Goal

Create a compact, actionable task pack that a coding agent can execute without rediscovering basic context.

Required Inputs

  • Issue source: local issue file, pasted issue text, stdin, GitHub issue URL, or OWNER/REPO#123.
  • Local repository path. Default to the current working directory if the user does not specify one.

Workflow

  1. Confirm you are in the intended repository or ask for the repo path only if it cannot be inferred.

  2. If the CLI is installed, run:

    issue-to-agent ISSUE_SOURCE --repo REPO_PATH --output ISSUE_AGENT_TASK.md
    
  3. If the user needs automation output, also run:

    issue-to-agent ISSUE_SOURCE --repo REPO_PATH --format json --output ISSUE_AGENT_TASK.json
    
  4. If the user needs a maintainer-readable report, run:

    issue-to-agent ISSUE_SOURCE --repo REPO_PATH --format html --output issue-agent-task.html
    
  5. Read the generated task pack before presenting it. Check that likely files, commands, acceptance criteria, and risks make sense.

  6. If file ranking looks weak, use repo search to inspect likely terms and call out the weakness. Do not pretend the packet is authoritative.

  7. Return the generated pack path and summarize:

    • issue summary
    • likely files
    • suggested commands
    • acceptance criteria
    • risk areas
    • remaining open questions

Boundaries

  • Do not implement the issue unless the user explicitly asks.
  • Do not publish, push, or comment on GitHub unless asked.
  • Do not call an LLM or external service. issue-to-agent is local-first; GitHub issue loading only uses the local gh CLI.
  • Treat security, auth, billing, and migration issues as high-risk and recommend human review before agent execution.

Good Output Shape

Created ISSUE_AGENT_TASK.md.

Likely files:
- src/...
- tests/...

Run:
- ...

Risk:
- ...

Related Skills

forcedotcom/generating-apex-test

Generate and validate Apex test classes with TestDataFactory patterns, bulk testing (251+ records), mocking strategies, assertion best practices, and disciplined test-fix loops. Use this skill when creating new Apex test classes, improving test coverage, debugging and fixing failing Apex tests, running test execution and coverage analysis, or implementing testing patterns for triggers, services, controllers, batch jobs, queueables, and integrations. Triggers on *Test.cls, *_Test.cls files, sf apex run test workflows, coverage reports, test-fix loops. Do NOT trigger for production Apex code (use generating-apex) or Jest/LWC tests.

community

github/polyglot-test-agent

Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, create test files, or test a codebase. Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more. Orchestrates research, planning, and implementation phases to produce tests that compile, pass, and follow project conventions.

community

333Nery333/claude-code-source-all-in-one

Explore Claude Code source architecture and learn AI agent internals with runnable code, deep dives, and educational analysis

community

marrocmau/swift-ios-skills

Claude Code skills for iOS: Swift, SwiftUI, UIKit, Core Data, Xcode, TestFlight, App Store — a community-driven collection to supercharge AI-assisted iOS development. 🆓 Free & open source (MIT)

community

submato/serenity-interactive-chain-skill

Interactive Agent Skill for supply-chain chokepoint mindmaps and recursive research workflows

community

kuberly/kuberly-skills

APM-distributed agent skills for kuberly-stack infra work — Terragrunt/OpenTofu, EKS/ECS observability, OpenSpec governance, GitOps execution, and ▎ infra PR templates. Works with Claude Code, Cursor, and Codex.

community