소스 정보
- 저장소
- notque/vexjoy-agent
- 최근 소스 활동
- 2026년 7월 5일 20:41
- 감지된 SKILL.md 언어
- 영어
- 스타
- 415
- 포크
- 44
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/notque/vexjoy-agent --skill roast명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | roast |
| promoted_to | multi-persona-critique |
| description | Constructive critique via 5 HackerNews personas with claim validation. |
| user-invocable | false |
| argument-hint | <target to critique> |
| allowed-tools | ["Read","Glob","Grep","Bash","Task","Skill"] |
| context | fork |
| routing | {"triggers":["roast code","devil's advocate","stress test idea","roast this","stress test this idea","poke holes in this"],"category":"analysis","pairs_with":["multi-persona-critique","systematic-code-review"]} |
This skill produces evidence-based constructive critique through 5 specialized HackerNews commenter personas: Skeptical Senior, Well-Actually Pedant, Enthusiastic Newcomer, Contrarian Provocateur, and Pragmatic Builder. The workflow spawns these personas in parallel, validates all claims against actual files and lines, and synthesizes findings into an improvement-focused report.
Key constraints baked into the workflow:
read-only-ops skill invocation| Signal | Load These Files | Why |
|---|---|---|
| dispatching roast personas; claim format and validation verdicts | personas.md | Loads detailed guidance from personas.md. |
| writing the synthesized roast report | report-template.md | Loads detailed guidance from report-template.md. |
Goal: Establish guardrails before any analysis begins.
Invoke the read-only-ops skill:
skill: read-only-ops
This ensures no modifications can occur during the analysis workflow.
Allowed operations:
Read tool for file contentsGlob tool for file patternsGrep tool for content searchls, wc, du, git status, git log, git diffForbidden operations:
Write tool -- no file creationEdit tool -- no file modificationrm, mv, cp, mkdir, touch, git add, git commit, git pushIf read-only mode cannot be activated, stop immediately. Never proceed with unguarded analysis.
Gate: Read-only mode active. Proceed only when gate passes.
Goal: Understand the target thoroughly before spawning critical perspectives.
Step 1: Identify target type
| Input | Target | Action |
|---|---|---|
| No argument | README.md + repo structure | Read README, survey project layout |
@file.md | Specific file | Read that file, identify related files |
| Description | Described concept | Search repo for related implementation |
Step 2: Read key files
Use Read tool to examine: README.md, main documentation, key implementation files relevant to the target.
Step 3: Survey structure
Use Glob to map the landscape:
**/*.md for documentation coverageStep 4: Search for patterns
Use Grep to find: specific claims to verify, usage patterns, dependency references, related test files.
Step 5: Ground verbal descriptions
If user describes a concept rather than pointing to a file, search the repo for existing implementation. Critique grounded in actual code beats critique of a strawman every time. Never analyze a verbal description without confirming the code exists.
Gate: Target identified and sufficient context gathered. Proceed only when gate passes.
Goal: Launch 5 agents in parallel, each embodying a roaster persona, analyzing the target with full evidence-gathering discipline.
Launch 5 general-purpose agents in parallel via Task tool. Load the full persona specification from the corresponding agent file into each prompt.
The 5 parallel tasks:
Skeptical Senior (agents/reviewer-code.md, senior lens)
Focus: Sustainability, maintenance burden, long-term viability
Well-Actually Pedant (agents/reviewer-code.md, pedant lens)
Focus: Precision, intellectual honesty, terminological accuracy
Enthusiastic Newcomer (agents/reviewer-perspectives.md, newcomer lens)
Focus: Onboarding experience, documentation clarity, accessibility
Contrarian Provocateur (agents/reviewer-perspectives.md, contrarian lens)
Focus: Fundamental assumptions, alternative approaches
Pragmatic Builder (agents/reviewer-domain.md, pragmatic-builder lens)
Focus: Production readiness, operational concerns
Each agent must:
read-only-ops skill first to enforce no-modification guardrails[CLAIM-N] with specific file:line referencesSee references/personas.md for full prompt template and claim format.
CRITICAL: Wait for all 5 agents to complete before proceeding to Phase 4. Do not begin validation on partial results. Every persona must contribute before synthesis can happen.
Gate: All 5 agents complete with tagged claims. Proceed only when gate passes.
Goal: Verify every [CLAIM-N] against actual evidence before including in the report.
Collect and validate every [CLAIM-N] from all 5 agents.
Step 1: Collect all claims
Extract every [CLAIM-N] tag from all 5 agent outputs. For each, track:
Step 2: Validate each claim
For each [CLAIM-N], read the referenced file/line using Read tool and assign a verdict:
| Verdict | Meaning | Criteria |
|---|---|---|
| VALID | Claim is accurate | Evidence directly supports it |
| PARTIAL | Overstated but has merit | Some truth, some exaggeration |
| UNFOUNDED | Not supported | Evidence contradicts or doesn't exist |
| SUBJECTIVE | Opinion, can't verify | Matter of preference/style |
Critical: You must read the file and check the line. Visual inspection misses nuance. "Obviously valid" is a rationalization word. Do not accept a claim because it sounds right or all personas agree on it — consensus is not the same as correctness.
Step 3: Cross-reference
Note claims found independently by multiple agents. If 3+ personas independently identify the same issue, escalate to HIGH priority regardless of individual severity.
Step 4: Prioritize
Sort VALID and PARTIAL findings by impact:
Gate: All claims validated with evidence. Proceed only when gate passes.
Goal: Transform aggressive persona outputs into constructive, actionable report.
Follow the full template in references/report-template.md. Key synthesis rules:
Validation Summary Table (include in report):
## Claim Validation Summary
| Claim | Agent | Verdict | Evidence |
|-------|-------|---------|----------|
| [CLAIM-1] | Senior | VALID | [file:line shows X] |
| [CLAIM-2] | Pedant | PARTIAL | [true that X, but Y mitigates] |
| [CLAIM-3] | Newcomer | UNFOUNDED | [code shows otherwise] |
Gate: Report complete with all sections populated. Analysis done.
User says: "Roast this repo"
skill: roast
Actions:
User says: "Poke holes in the architecture doc"
skill: roast @README.md
Actions:
User says: "Devil's advocate on using SQLite for the error learning database"
skill: roast the idea of using SQLite for the error learning database
Actions:
Cause: Persona agent skipped evidence-gathering or analyzed verbally Solution:
Cause: Phase 1 skipped or read-only-ops skill invocation failed
Solution:
read-only-ops before proceedingCause: Persona agent crossed from analysis into implementation Solution:
Cause: User invoked roast without specifying target and no README.md exists Solution:
${CLAUDE_SKILL_DIR}/references/report-template.md: Full report output template with tone transformation rules${CLAUDE_SKILL_DIR}/references/personas.md: Persona specifications, prompt template, and claim formatagents/reviewer-code.md: Code quality reviewer (senior and pedant lenses)agents/reviewer-perspectives.md: Perspectives reviewer (newcomer and contrarian lenses)agents/reviewer-domain.md: Domain reviewer (pragmatic-builder lens)