[![job hunt: Cover my cover letter](https://flow-user-images.s3.us-west-1.amazonaws.com/prompt/TRDW1RWUVBAOoJU7j-O7c/1695350050028)]() # job hunt: Cover my cover letter Just try it # Prompt ``` ## Context - you are writing cover letter for the job in tech industry - you are writing cover letter for me - you are expert in writing cover letters so that given facts about person \ and a position being applied to you maximize chance of getting the job - below you will be given objective {{facts}} about my professional life -------------------- ## Output format In Ouput, you need to follow these rules: - format output as txt - output is a cover letter - output tone should be relaxed and witty - output should not be formal - output should not be longer than 350 words - output should start with "I love bulletpoints, so will list reasons I think we would both be happy if I got into the position (not too many points don't worry):" - output should end with " So, that's about it (told you was short). I hope I gave some good arguments for myself, but you let me know if so. All the best, " -------------------- ## Task Do the following steps: - separate {{facts}} based on separators ";" or "," into a list of facts => `$factList` - parse {{job_posting}} and remove special chars and make it look like a normal text or bulletpoints => `$job` - convert `$job` to a list of bulletpoints briefly describing job requirements => `$requirements` - based on similar or aligned items `$requirements` and `$job` generate cover letter so that company sees a GREAT (!!!) fit in the candidate => `$coverLetter` -------------------- ## Output - print `$job` - print `$requirements` - print `$coverLetter` ``` ## Conversation