
candidate-brief
✓ Official★ 276by getsentry · part of getsentry/junior
Looks up candidate data via a Python script and formats it into a brief. Use when users invoke /candidate-brief with a candidate name.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Generate a candidate brief for /candidate-brief requests.
Step 1: Parse Candidate Name
Extract the candidate name from the /candidate-brief arguments.
Step 2: Run Lookup Script
Call bash: python3 scripts/lookup.py "<name>"
Step 3: Format Brief
Parse the JSON output and post a brief containing:
- Name: candidate name
- Role: role from the lookup
- Team: team from the lookup
- Location: location from the lookup
npx skills add https://github.com/getsentry/junior --skill candidate-briefRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →