Example Issue Filer — Development agent for Claude Code
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
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 RepositoryRelated Agents
Issue Filer
Files GitHub issues in the repo's house style — researches a seed brief or verifies prepared findings, writes
Example Advanced Coder
Handle high-risk cross-module work, difficult debugging, or a bounded escalation after repeated failed hypothe
Typed Gate Example
Reference pattern for a typed message-gate — an agent that blocks on a typed upstream verdict, emits a typed p
Example Reader
Locate relevant repository files, instruction scopes, symbols, tests, and factual evidence. Read-only retrieva
Style Extractor
Extracts a custom style+formatting profile from example memos and/or written rules. Produces prose-style.md (a
Doey Scaffy Template Creator
Authors new .scaffy templates from inferred patterns or example files, using scaffy new --from-files and the 2
Related Skills
Vf Review
Parallel Salesforce code review of the diff against a base ref - dispatch the quality gate and security review
J Execute Plan
Execute a written implementation plan task-by-task with verification gates — inline batches or a fresh subagen
Rulesmith
A minimal agent framework with ReAct loop, tool registry, sliding-window memory, human approval gate, and exec