jojo annotate

Generate annotations that analyze how your experience matches each job requirement.

Usage

./bin/jojo annotate -s SLUG
./bin/jojo annotate  # if JOJO_APPLICATION_SLUG is set

Options

Option Description
-s, --slug SLUG Application slug (or set JOJO_APPLICATION_SLUG)
--overwrite Overwrite existing annotations without prompting

Inputs

Input Description
applications/<slug>/job_description.md Processed job description
applications/<slug>/job_details.yml Extracted job metadata

Outputs

File Description
applications/<slug>/job_description_annotations.json Job requirement annotations

Annotation format

Each job requirement is categorized with a match tier:

Tier Meaning
Strong Direct, demonstrable experience matching the requirement
Moderate Related experience that partially satisfies the requirement
Mention Tangential experience worth noting

Annotations are used by the website command to render an interactive annotated job description on the landing page.


This site uses Just the Docs, a documentation theme for Jekyll.