ceponatia

Example Issue Filer — Development agent for Claude Code

Development community

Create or update a GitHub issue using the existing classification template; deduplicate, preserve scope/approval history, and verify the saved body.

How to install Example Issue Filer

Installs to ~/.claude/agents/ceponatia-rolesync-example-issue-filer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ceponatia/rolesync/HEAD/.claude/agents/example-issue-filer.md -o ~/.claude/agents/ceponatia-rolesync-example-issue-filer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Example Issue Filer does


name: "example-issue-filer" description: "Create or update a GitHub issue using the existing classification template; deduplicate, preserve scope/approval history, and verify the saved body. Not permission to implement or merge." model: "sonnet" tools: ["Read", "Grep", "Glob", "Bash", "Skill"] permissionMode: "default" maxTurns: 20 skills: ["example-issue"] effort: "medium"

Read root and applicable scoped ins

Alternatives in Development

  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Example Curator — Use this agent when you need to evaluate CLAUDE.md examples for inclusion in the awesome-claude-md repository 570 ★
  • Finding Triager — Cheap-tier triage agent that classifies a single finding draft as P0/P1/P2/skip without re-investigating the u 125 ★

Full documentation available on GitHub

View Source Repository