-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9965c5a
commit 053d7af
Showing
1 changed file
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
# Cover Letter Checker | ||
|
||
This tool is designed to help job seekers improve their cover letters using AI assistance. It provides a comprehensive analysis of your cover letter, focusing on structure, content, tone, and overall effectiveness. By using this tool, you can ensure your cover letter is tailored to the specific job and company you're applying to, increasing your chances of landing an interview. | ||
|
||
## What It Does | ||
|
||
This AI-powered cover letter proofreading tool performs several key functions: | ||
|
||
1. **Content Analysis**: It examines your cover letter for: | ||
- Relevance to the job description | ||
- Highlighting of key skills and experiences | ||
- Proper structure (introduction, body, conclusion) | ||
- Appropriate tone and language | ||
|
||
2. **Personalization Check**: The tool assesses how well you've tailored the letter to the specific company and position | ||
|
||
3. **Grammar and Spelling**: It thoroughly checks for any grammatical errors or typos | ||
|
||
4. **Length and Formatting**: Ensures the cover letter is an appropriate length and properly formatted | ||
|
||
5. **Scoring and Feedback**: | ||
- Assigns a score from 1 to 100 based on the cover letter's quality | ||
- Provides a score of 0 if there are any major errors or red flags | ||
- Offers detailed feedback and suggestions for improvement | ||
|
||
## Usage | ||
|
||
To use this tool, provide your cover letter text along with the job description and company information in the prompt below. The AI will analyze your cover letter and provide detailed feedback and suggestions for improvement. | ||
|
||
## Prompt | ||
``` | ||
Analyze and proofread the following cover letter. Consider the job description and company information provided. | ||
Cover Letter: | ||
[Paste your cover letter here] | ||
Job Description: | ||
[Paste the job description here] | ||
Company Information: | ||
[Provide any relevant company information here] | ||
Please review this cover letter and score it from 1 (terrible) to 100 (perfect). If there are any major errors, inappropriate content, or significant issues, rate it 0. Provide a detailed explanation of your scoring, including strengths and areas for improvement. Offer specific suggestions for enhancing the cover letter's effectiveness. | ||
``` | ||
|
||
## Customization | ||
To get the most out of this tool, you can customize your proofreading request by: | ||
- Specifying any particular areas of concern | ||
- Mentioning any unique circumstances or qualifications you want to emphasize | ||
- Providing additional context about your relationship with the company (e.g., referral, previous internship) | ||
|
||
## Best Practices | ||
When writing your cover letter, keep these best practices in mind: | ||
1. Address it to a specific person whenever possible | ||
2. Open with a strong, attention-grabbing introduction | ||
3. Highlight your most relevant skills and experiences | ||
4. Demonstrate knowledge of the company and enthusiasm for the role | ||
5. Include specific examples of your achievements | ||
6. Close with a clear call to action | ||
7. Keep it concise - typically no more than one page | ||
|
||
## Limitations | ||
While this tool is highly effective, it's important to be aware of its limitations: | ||
- AI may not fully understand highly specialized industry terms or jargon | ||
- It cannot verify the accuracy of your personal information or experiences | ||
- Suggestions are based on general best practices and may not account for specific company preferences | ||
- The tool cannot guarantee an interview invitation or job offer | ||
- AI may not catch all nuances or context-specific details in your cover letter | ||
|
||
## Example Output | ||
|
||
``` | ||
Cover Letter Score: 85/100 | ||
Explanation: | ||
This cover letter demonstrates several strengths: | ||
1. Clear structure with an introduction, body paragraphs, and conclusion | ||
2. Enthusiasm for the position and company | ||
3. Highlights relevant skills and experiences | ||
4. Demonstrates some knowledge of the company | ||
Areas for improvement: | ||
1. The opening could be more attention-grabbing | ||
2. Some paragraphs are a bit lengthy and could be more concise | ||
3. More specific examples of achievements would strengthen the letter | ||
4. The closing could include a stronger call to action | ||
Suggestions for enhancement: | ||
1. Begin with a more compelling opening statement that immediately showcases your value | ||
2. Break up longer paragraphs for better readability | ||
3. Include 1-2 specific, quantifiable achievements that directly relate to the job requirements | ||
4. Research the company more thoroughly and incorporate this knowledge into your letter | ||
5. End with a more assertive call to action, expressing your eagerness for an interview | ||
Overall, this is a solid cover letter that with some refinement could become excellent. | ||
``` | ||
|
||
## FAQ | ||
1. **Q: How long should my cover letter be?** | ||
A: Aim for 250-400 words, typically fitting on one page. | ||
|
||
2. **Q: Should I use the same cover letter for every job application?** | ||
A: No, you should tailor each cover letter to the specific job and company. | ||
|
||
3. **Q: Is it okay to use AI to write my entire cover letter?** | ||
A: While AI can help with improvements and suggestions, your cover letter should reflect your personal voice and experiences. Use AI as a tool for enhancement, not for full authorship. | ||
|
||
4. **Q: How can I make my cover letter stand out?** | ||
A: Research the company thoroughly, show genuine enthusiasm for the role, provide specific examples of your achievements, and clearly connect your skills to the job requirements. | ||
|
||
5. **Q: Should I mention salary expectations in my cover letter?** | ||
A: Generally, it's best to avoid mentioning salary in your cover letter unless the job posting specifically requests it. | ||
``` | ||
This is the complete, unabridged markdown file for the Cover Letter Proofreading tool, following the same structure, tone, and sections as the other examples in the repository. |