Closes issue #393 - #395
Open
ferdinandre wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added cover letter scoring in itself + against a given job describtion .txt file
Adds cover letter scoring as a standalone entry point, reusing the existing
--rolesystem.Usage
python score_cover_letter.py path/to/cover_letter.pdf --role software_engineering_intern
How it works
get_text()communication (20), specificity (20) plus bonus/deductions/strengths/
improvements, matching the resume evaluation shape. Communication explicitly
covers coherence, grammar, and professional phrasing.
cover_letter_criteria.jinja/cover_letter_system_message.jinja, same convention as the resume prompts.roles/<role>/job_description.txt, if present the letter is scoredagainst it; if absent, it's judged on its own against the role's position_title.
Files added
score_cover_letter.py,cover_letter.py,roles/software_engineering_intern/cover_letter_criteria.jinjaroles/software_engineering_intern/cover_letter_system_message.jinja