mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
69 lines
1.1 KiB
Markdown
69 lines
1.1 KiB
Markdown
|
|
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22z2fpy_3rO7lNHJGCLxR6v%22%2C%22flow%22%3Atrue%7D%7D)
|
|
# Skill Extractor | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22z2fpy_3rO7lNHJGCLxR6v%22%2C%22flow%22%3Atrue%7D%7D)
|
|
A super helpful skill extractor that is primarily used for the extraction of the candidate's resume skills with the score.
|
|
|
|
# Prompt
|
|
|
|
```
|
|
Extract the skills with score from the specified resume in JSON format. Do not include any response other than the JSON format.
|
|
|
|
{{ resume }}
|
|
```
|
|
|
|
## Conversation
|
|
|
|
**ASSISTANT**: {
|
|
|
|
"Skills": {
|
|
|
|
"FHIR": 1,
|
|
|
|
"Rest API": 1,
|
|
|
|
"Java": 1,
|
|
|
|
"Git": 1,
|
|
|
|
"Linux": 2,
|
|
|
|
"Agile Methodologies": 1,
|
|
|
|
"CCDA": 1,
|
|
|
|
"BCDA": 1,
|
|
|
|
"Mirth": 3,
|
|
|
|
"Javascript": 1,
|
|
|
|
"React": 1,
|
|
|
|
"Groovy": 2,
|
|
|
|
"Spring": 3,
|
|
|
|
"MongoDB": 3,
|
|
|
|
"SQL": 1,
|
|
|
|
"JUnit": 1,
|
|
|
|
"Oauth2": 1,
|
|
|
|
"PACS": 2,
|
|
|
|
"Python": 2,
|
|
|
|
"HL7": 2,
|
|
|
|
"Microservices": 1,
|
|
|
|
"Jenkins": 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|