# Claude Code Agent: Refine Issue > Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent expert-advisors/refine-issue --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent expert-advisors/refine-issue --yes --dry-run ``` --- ## What This Agent Covers Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs This TokRepo page is an original install wrapper for the upstream Claude Code agent. It records the install path, source SHA, operational profile, and verification command without republishing the full upstream prompt body. --- ## Operating Profile - Category: Expert Advisors - Claude Code Templates path: `expert-advisors/refine-issue` - Tools declared upstream: list_issues, githubRepo, search, add_issue_comment, create_issue, create_issue_comment, update_issue, delete_issue, get_issue, search_issues - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent expert-advisors/refine-issue --yes --dry-run ``` Expected installed file: ```text .claude/agents/refine-issue.md ``` --- ## Source & License - Source: [davila7/claude-code-templates expert-advisors/refine-issue.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/expert-advisors/refine-issue.md) - Source SHA: `43708a05b8e9e5d7eabab39416dcc3ffd763e537` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-refine-issue-e9678c6e Author: TokRepo精选