Install
$ agentstack add skill-vohraak-agent-skills-cv-review ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
CV Review
Quick Start
/cv-review path/to/cv.tex
/cv-review path/to/resume.pdf
Natural language ("review my CV") → ask for file path.
Workflow
1. Read CV
.tex/.txt/.md→ read directly, strip markup.pdf→ runpdftotext file.pdf -via Bash; if unavailable, use Read tool- Warn once for PDFs: formatting analysis limited
2. Detect experience level
- Student/new grad: < 1 year total work experience
- Experienced: 1+ years
- Calibrates section order expectations and flagging threshold
3. Detect niche from stack, job titles, project descriptions
- Clear signal → proceed
- Two niches compete → ask: "Your CV shows signals of both [X] and [Y]. Which role are you targeting?"
- Supported: SWE, ML/AI Engineering, Data Science, Systems, Security, DevOps/SRE, NLP/Research
- See [rubric-niches.md](rubric-niches.md)
4. Run base rubric — applies to all niches
- See [rubric-base.md](rubric-base.md)
5. Run niche rubric
- See [rubric-niches.md](rubric-niches.md)
6. Run ATS + structure checks
- See [ats-guidelines.md](ats-guidelines.md)
7. Output (format below)
8. Offer rewrites — after output, ask: "Want rewrite suggestions for any flagged bullets?"
Output Format
NICHE: [niche] | LEVEL: [student / experienced]
SECTION VERDICTS
----------------
[Section Name] Pass / Weak / Fix — one-line reason if not Pass
TOP FIXES
---------
1. [Specific, actionable fix]
2. ...
(max 5 — only issues a recruiter would notice)
Flagging Rules
- Only flag if recruiter would actually stop or skip because of it
- Calibrate to experience level — thin experience on student CV is not a flaw
- Don't flag absent elements not expected for the role or level
- 3 real fixes beat 8 nitpicks
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VohraAK
- Source: VohraAK/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.