-
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
99317e4
commit 75cff76
Showing
1 changed file
with
114 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,114 @@ | ||
# Resume Proof Reading | ||
|
||
This tool is designed to help job seekers improve their resumes using AI assistance. It provides a comprehensive analysis of your resume, focusing on structure, content, grammar, and overall effectiveness. By using this tool, you can ensure your resume is optimized for your target position and industry. | ||
|
||
> [!NOTE] | ||
> **Pro tip**: This tool works best with AI models that have internet access or up-to-date information. Using a web-enabled model will ensure you get the most current and comprehensive resume advice. | ||
## Usage | ||
To use this tool, simply provide your resume either attached or pasted below the prompt. The AI will analyze your resume and provide detailed feedback and suggestions for improvement. | ||
|
||
## Prompt | ||
``` | ||
First, parse this resume; read the entire document content and serialize it into markdown format. Include all sections, headings, and bullet points exactly as they appear in the original document. Do not summarize or omit any information. After converting to markdown, display the entire document content, ensuring that all text, including any that may have been cut off at the end, is included. Finally, stop once you reach the end of the provided text. | ||
Second, review this resume, and score it 1 (terrible) to 100 (amazing) and give an estimated salary range. Very important, if there are any red-flags, incorrect structure, or spelling & grammar errors, rate it 0. Explain your answers. | ||
``` | ||
|
||
## Customization | ||
To get the most out of this tool, you can customize your proofreading request by: | ||
- Specifying industry-specific requirements or expectations | ||
- Highlighting particular areas of your resume you're concerned about | ||
- Mentioning the specific job description or role you're targeting | ||
|
||
## Best Practices | ||
When preparing your resume, keep these best practices in mind: | ||
1. Use clear, consistent formatting throughout the document | ||
2. Tailor your resume to the specific job you're applying for | ||
3. Use bullet points for easy readability and quick scanning | ||
4. Prioritize recent and relevant experience | ||
5. Quantify your achievements wherever possible | ||
6. Keep it concise - ideally one or two pages, depending on your experience level | ||
|
||
## 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 job application success or interview invitations | ||
- AI may not catch all nuances or context-specific details in your resume | ||
- The salary estimates provided are based on general market data and may not reflect specific company offers | ||
|
||
## Example Output | ||
|
||
``` | ||
# John Doe | ||
1234 Tech Lane, Seattle, WA 98101 | (555) 123-4567 | john.doe@email.com | linkedin.com/in/johndoe | ||
## Summary | ||
Senior Software Development Engineer with 8+ years of experience in designing, developing, and deploying scalable cloud-based solutions. Expertise in Java, Python, and AWS technologies. | ||
## Skills | ||
- Programming Languages: Java, Python, JavaScript, C++ | ||
- Web Technologies: React, Node.js, RESTful APIs | ||
- Cloud Platforms: AWS (EC2, S3, Lambda, DynamoDB) | ||
- Tools: Git, Jenkins, Docker, Kubernetes | ||
- Methodologies: Agile, Scrum, TDD | ||
## Professional Experience | ||
### Senior Software Development Engineer, Amazon Web Services | ||
Seattle, WA | June 2018 - Present | ||
- Led a team of 5 engineers in developing and maintaining critical microservices for AWS EC2 | ||
- Improved system performance by 40% through optimizing database queries and implementing caching mechanisms | ||
- Designed and implemented a new auto-scaling solution, reducing operational costs by 25% | ||
- Mentored junior developers and conducted technical interviews for new hires | ||
### Software Development Engineer II, Microsoft | ||
Redmond, WA | July 2015 - May 2018 | ||
- Developed and maintained backend services for Office 365 using C# and .NET Core | ||
- Implemented CI/CD pipelines, reducing deployment time by 60% | ||
- Collaborated with cross-functional teams to design and deliver new features on schedule | ||
### Software Engineer, Google | ||
Mountain View, CA | August 2013 - June 2015 | ||
- Contributed to the development of Google Maps API, focusing on performance optimization | ||
- Implemented machine learning algorithms to improve map search results accuracy by 15% | ||
## Education | ||
Master of Science in Computer Science, Stanford University, 2013 | ||
Bachelor of Science in Computer Engineering, University of Washington, 2011 | ||
## Certifications | ||
- AWS Certified Solutions Architect - Professional | ||
- Oracle Certified Professional, Java SE 11 Developer | ||
Review: | ||
Score: 95/100 | ||
Explanation: This resume is excellently structured and formatted, with clear sections and bullet points that highlight key achievements and skills. The content is tailored for a senior software development role, showcasing relevant experience at top tech companies. Quantifiable achievements are provided, demonstrating the candidate's impact. The skills section is comprehensive and relevant to the industry. | ||
Areas for minor improvement: | ||
1. The summary could be slightly more specific about the types of cloud-based solutions developed. | ||
2. Consider adding a few more quantifiable achievements in the Microsoft experience section. | ||
Estimated Salary Range: $150,000 - $220,000 per year | ||
This range is based on the candidate's senior-level experience at top tech companies, advanced degree, and specialized certifications. The actual offer could be higher, especially at Amazon, considering factors like stock options and bonuses. | ||
``` | ||
|
||
## FAQ | ||
1. **Q: How long should my resume be?** | ||
A: Typically 1-2 pages, depending on your experience level. For entry-level positions, aim for one page. For more senior roles with extensive experience, two pages may be appropriate. | ||
|
||
2. **Q: Should I include all my work history?** | ||
A: Focus on relevant and recent experience. Older jobs can be summarized or omitted, especially if they're not directly related to the position you're applying for. | ||
|
||
3. **Q: Is it okay to use AI to write my entire resume?** | ||
A: While AI can help with improvements and suggestions, your resume should reflect your personal experiences and voice. Use AI as a tool for enhancement, not for full authorship. | ||
|
||
4. **Q: How can I make my resume stand out?** | ||
A: Tailor it to the specific job, use strong action verbs, quantify your achievements, ensure perfect formatting and grammar, and focus on your unique contributions and skills that match the job requirements. | ||
|
||
5. **Q: How often should I update my resume?** | ||
A: Review and update your resume regularly, at least every 6-12 months, or whenever you have significant new achievements or skills to add. Always update it before starting a new job search. |