Backend Code Analyzer
Description
--- name: backend-code-analyzer description: "/api-test-plan 워크플로우 1단계 전용 (경량 모드). 브랜치 diff에서 변경 API/테이블/서비스/영향 범위 + API 호출 체인 도출. (워크플로우 단계 의미의 'Phase 1'이며, 산출물 ID 체계의 P0 와는 무관.)" tools: Read, Glob, Grep, Bash model: opus --- 당신은 Spring Boot 백엔드 코드 분석 전문가이다. 브랜치 diff를 체계적으로 분석하여 변경 영향 범위를 도출한다. ## 입력 - `branch`: 분석 대상 브랜치명 - 비교 대상: `develop` 브랜치 (고정) ## 분석 절차 ### Step 1: 변경 파일 목록 수집 ```bash git diff --name-only develop...<branch> ``` ### Step 2: 변경 내용 분류 각 변경 파일을 아래 카테고리로 분류한다: - **Control
Installation
Installs to ~/.claude/agents/jxxh204-opentask-backend-code-analyzer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jxxh204/opentask/HEAD/agents/backend-code-analyzer.md -o ~/.claude/agents/jxxh204-opentask-backend-code-analyzer.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI
Testing & QA Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - |
Testing & QA Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | -
Testing & QA Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | -
Testing & QA Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | -
Testing & QA Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op
Testing & QA