Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add review workflow #6

Merged
merged 2 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/review-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Review CV
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
name: Review CV
steps:
- uses: actions/checkout@v2
- name: Review CV
uses: Streamline-CV/gh-action-aireview@main
with:
openaiKey: ${{ secrets.OPENAI_API_KEY }}
githubKey: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cv:
username: johndoe
- network: LinkedIn
username: johndoe
summary: I am a motivated (haha, no) Mechanical Engineer with a strong academic record from prestigious institutions and practical experience in innovative environments like CERN. My specialization lies in the design, simulation, and implementation of mechanical systems, especially in robotics and finite element analysis. I possess strong technical skills, approach problems proactively, and am dedicated to innovation. I excel in team settings where I can contribute to significant projects and promote advancements in engineering.
summary: I am a motivated (haha, yes!) Mechanical Engineer with a strong academic record from prestigious institutions and practical experience in innovative environments like CERN. My specialization lies in the design, simulation, and implementation of mechanical systems, especially in robotics and finite element analysis. I possess strong technical skills, approach problems proactively, and am dedicated to innovation. I excel in team settings where I can contribute to significant projects and promote advancements in engineering.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [Streamline AI assistant] reported by reviewdog 🐶
The revised text maintains the original meaning but is simplified for better readability and professionalism. Informal phrases like '(haha, yes!)' are removed, and complex sentences are streamlined for clarity without losing detail.

Suggested change
summary: I am a motivated (haha, yes!) Mechanical Engineer with a strong academic record from prestigious institutions and practical experience in innovative environments like CERN. My specialization lies in the design, simulation, and implementation of mechanical systems, especially in robotics and finite element analysis. I possess strong technical skills, approach problems proactively, and am dedicated to innovation. I excel in team settings where I can contribute to significant projects and promote advancements in engineering.
summary: I am a dedicated Mechanical Engineer with a strong academic background from top universities and hands-on experience in innovative settings, including CERN. My expertise is in designing, simulating, and implementing mechanical systems, with a focus on robotics and finite element analysis. I have strong technical skills, a proactive problem-solving approach, and a commitment to innovation. I thrive in team environments, contributing to major projects and driving advancements in engineering.

cover_letter:
company: DreamTeam Corporation
body: As an accomplished mechanical engineer with a strong foundation in both theoretical and practical aspects of the field, my expertise spans from innovative project design to in-depth research and development. My academic and professional journey has been marked by a series of successful projects, including the creation of sophisticated robotic systems and contributing to groundbreaking research at CERN. My passion for engineering is matched by my commitment to delivering results that exceed expectations. I am excited about the opportunity to bring my blend of experience, skills, and dedication to DreamTeamInc., where I aim to contribute to and thrive in your dynamic engineering environment.
Expand Down
Loading