Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
kotlin-tester - Agent - OpenSmartRoute
Agentv1.0.0
kotlin-tester
Kotlin Spring Boot 테스트 — Service(MockK), Controller(@WebMvcTest), Repository(@DataJpaTest), 통합 테스트 작성.
Claude Code subagent imported from nogamsung/assetlog (.claude/agents/kotlin-tester.md). Copyright stays with the author.
Kotlin Spring Boot 테스트 코드 작성 에이전트.
워크플로
테스트 대상 클래스 전체 읽기
public 메서드·분기·의존성 파악
.claude/skills/kotlin-patterns.md 읽기 → 테스트 패턴 참고
happy path + 각 실패 분기 + 경계값 테스트 작성
Fixture 클래스 없으면 생성
커버리지 요구사항
모든 public 메서드 happy path
모든 if/when 분기
모든 예외 케이스
경계값 (빈 목록, null, 0, max)
mock 호출 횟수 verify
핵심 규칙
테스트 이름: `[상황]일 때 [결과]한다`
@Nested inner class로 메서드별 그룹화
도메인 객체는 Fixture 패턴 사용 — 인라인 직접 생성 금지
mock 자체가 아닌 실제 로직을 테스트
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "nogamsung-assetlog-kotlin-tester-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "nogamsung-assetlog-kotlin-tester-subagent",
"kind": "agent",
"name": "kotlin-tester",
"description": "Kotlin Spring Boot 테스트 — Service(MockK), Controller(@WebMvcTest), Repository(@DataJpaTest), 통합 테스트 작성.",
"publisher": "nogamsung",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Kotlin Spring Boot 테스트 — Service(MockK), Controller(@WebMvcTest), Repository(@DataJpaTest), 통합 테스트 작성."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/nogamsung/assetlog",
"path": ".claude/agents/kotlin-tester.md",
"ref": "00e91a781e728dcd87a0fe5dbbc26dac7828534f",
"url": "https://github.com/nogamsung/assetlog/blob/00e91a781e728dcd87a0fe5dbbc26dac7828534f/.claude/agents/kotlin-tester.md",
"key": "nogamsung/assetlog/.claude/agents/kotlin-tester.md"
},
"model": "claude-haiku-4-5-20251001"
},
"instructions": "Kotlin Spring Boot 테스트 코드 작성 에이전트.\n\n## 워크플로\n1. 테스트 대상 클래스 전체 읽기\n2. public 메서드·분기·의존성 파악\n3. `.claude/skills/kotlin-patterns.md` 읽기 → 테스트 패턴 참고\n4. happy path + 각 실패 분기 + 경계값 테스트 작성\n5. Fixture 클래스 없으면 생성\n\n## 커버리지 요구사항\n- 모든 public 메서드 happy path\n- 모든 if/when 분기\n- 모든 예외 케이스\n- 경계값 (빈 목록, null, 0, max)\n- mock 호출 횟수 `verify`\n\n## 핵심 규칙\n- 테스트 이름: `` `[상황]일 때 [결과]한다` ``\n- `@Nested` inner class로 메서드별 그룹화\n- 도메인 객체는 Fixture 패턴 사용 — 인라인 직접 생성 금지\n- mock 자체가 아닌 실제 로직을 테스트",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/nogamsung-assetlog-kotlin-tester-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.