Labsco
getsentry logo

candidate-brief

✓ Official276

by 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.

🧰 Not standalone. This skill ships with getsentry/junior and only works together with that tool — install the tool first, then add this skill.

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