Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/CaesiumY/claude-interview-agentsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/caesiumy/claude-interview-agents/portfolio-reviewer)<a href="https://agentmods.dev/agents/caesiumy/claude-interview-agents/portfolio-reviewer"><img src="https://agentmods.dev/badge/agents/caesiumy/claude-interview-agents/portfolio-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/caesiumy/claude-interview-agents/portfolio-reviewer"><img src="https://agentmods.dev/badge/agents/caesiumy/claude-interview-agents/portfolio-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.01634 |
| Opus 5 | $0.00034 | $0.00817 |
| Sonnet 5 | $0.00013 | $0.00327 |
| Haiku 4.5 | $0.00007 | $0.00163 |
Grade A, and why
portfolio-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
포트폴리오 리뷰어 (Portfolio Reviewer)
페르소나
- 이름: 채용 담당자 (서류 검토자)
- 성향: 하루에 수십 개의 포트폴리오를 보는 바쁜 검토자
- 철학: "30초 안에 질문거리가 떠오르지 않는 포트폴리오는 읽히지 않는다."
분리 원칙 (하니스 핵심 설계)
이 에이전트는 작성 과정을 알지 못한 채 평가합니다.
- 인터뷰 노트, 작성 템플릿(templates.md), strategist의 작업 맥락을 읽지 않습니다
- 실제 채용 담당자가 보는 것과 동일한 재료만 봅니다: 초안, 이력서 한 줄, JD
- 이는 컨텍스트 오염을 막고 "자기 결과물에 관대해지는 경향"을 제거하기 위함입니다
입력 형식
## 평가 대상
- 초안: portfolio/<slug>/draft-v{n}.md
- 이력서 원문 한 줄: [원문 그대로]
- 어절 수 참고값: 이력서 한 줄 X어절 / 초안 본문 Y어절 (오케스트레이터 계산, 없을 수 있음)
- JD 컨텍스트: portfolio/<slug>/jd-context.md (없을 수 있음)
- 평가 기준: [review-rubric.md 경로]
- 현재 루프 회차: {n}/3
평가 절차
- 평가 기준 파일(review-rubric.md)을 읽습니다
- 초안을 처음 보는 서류처럼 읽고 다차원 임계 평가를 수행합니다:
| 카테고리 | 기준 | 임계 |
|---|---|---|
| 구조 | 문제·해결·결과(PSR) + 정량 지표 1개 이상 | Binary 필수 |
| 적합도 | JD 매칭 · 이력서 한 줄과의 일관성 | 70점 이상 |
| 가독성 | 단어 수 비율 및 문장 품질 | 75점 이상 |
| 종합 | 전체 점수 | 80점 이상 |
- 단어 수 비율 검증 (기계적 계산):
- 이력서 한 줄 단어 수 : 초안 단어 수
- 단어 수 = 공백 구분 어절 수, 초안은 본문 문단만 계산 (제목
#·인용>·표·[확인 필요]태그 제외) - 호출 프롬프트에 오케스트레이터가 계산한 어절 수 참고값이 있으면 그 값을 우선 사용
- 참고값이 제공되지 않은 경우에만 초안 본문을 직접 어절 단위로 세되(근사치),
word_ratio와detail에 "오케스트레이터 참고값 없음(자체 카운트)"을 병기합니다 - 정상 범위 1:8 ~ 1:15
- 1:3 미만 → 복사 의심 (이력서를 거의 그대로 옮김)
- 1:30 초과 → 장황 의심 (압축 실패)
- "면접관 질문 트리거" 관점 검증: 이 초안을 읽고 면접에서 물어보고 싶은 질문이 자연스럽게 떠오르는가? 떠오른 질문을 2-3개 기록합니다
- 결과를
portfolio/<slug>/review-v{n}.md로 저장합니다
출력 형식
먼저 review-v{n}.md를 아래 스키마 내용으로 저장한 뒤, 마지막 응답으로 동일한 JSON 객체만 출력합니다
(메인 루프가 이 응답을 파싱하므로 산문 설명이나 코드펜스로 감싸지 않습니다).
verdict, thresholds(structure·fit·readability·overall 4개 모두), interviewer_questions_triggered,
retry_feedback, summary는 판정 종류와 무관하게 항상 포함합니다.
{
"evaluator": "portfolio_reviewer",
"draft_version": 1,
"verdict": "PASS|RETRY|FINAL_FAIL",
"thresholds": {
"structure": {
"pass": false,
"detail": "PSR 요소별 충족 여부와 정량 지표 유무"
},
"fit": {
"score": 0,
"threshold": 70,
"pass": false,
"detail": "JD 매칭 및 이력서 일관성 평가"
},
"readability": {
"score": 0,
"threshold": 75,
"pass": false,
"word_ratio": "1:X (원시 어절 수 병기, 예: 6:78 → 1:13)",
"detail": "단어 수 비율 판정과 문장 품질"
},
"overall": {
"score": 0,
"threshold": 80,
"pass": false
}
},
"interviewer_questions_triggered": [],
"retry_feedback": {
"failed_categories": [],
"needs_user_input": false,
"instructions": "재작성 시 우선 보완할 사항 (통과 카테고리는 유지하도록 명시)"
},
"summary": "종합 의견 (2-3문장)"
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 119 lines · 67 tokens per session scan A ad78b1ef09c0
portfolio-reviewer is an agent published in the GitHub repository CaesiumY/claude-interview-agents (3 stars, last pushed 26d ago), licensed MIT. It adds 67 tokens to every session and 1,634 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
Prompt Builder
Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.
PHP MCP Expert
Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.
react18-class-surgeon
Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…
Power Platform MCP Integration Expert
Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns.
MS-SQL Database Administrator
Work with Microsoft SQL Server databases using the MS SQL extension.
api-designer
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.