Skip to content

Add Career Copilot agent — AI job search pipeline 🤖🤖🤖#1372

Open
RajjjAryan wants to merge 1 commit intogithub:stagedfrom
RajjjAryan:add-career-copilot-agent
Open

Add Career Copilot agent — AI job search pipeline 🤖🤖🤖#1372
RajjjAryan wants to merge 1 commit intogithub:stagedfrom
RajjjAryan:add-career-copilot-agent

Conversation

@RajjjAryan
Copy link
Copy Markdown

New Agent: Career Copilot

An AI-powered job search assistant agent that transforms GitHub Copilot into a career management tool for software engineers.

What it does

  • Evaluates job offers against your CV using a weighted 6-block scoring system (A+ to F grades)
  • Tailors resumes by rewriting summaries, reordering skills, and adding ATS keywords
  • Generates PDFs using Playwright with ATS-optimized HTML templates
  • Scans job portals (LinkedIn, Indeed, etc.) for matching opportunities
  • Tracks applications through a structured pipeline (Evaluated → Applied → Interview → Offer)
  • Prepares for interviews with company-specific technical and behavioral questions

Why it's useful

Job searching is fragmented across multiple tools — career-copilot unifies the entire workflow in your IDE/terminal. Engineers can evaluate, tailor, and track 100+ applications without context-switching.

Tested with

  • GitHub Copilot CLI (terminal)
  • VS Code with GitHub Copilot Chat

Full implementation

The complete pipeline with 16 workflow modes, Go TUI dashboard, batch processing, and more: github.com/RajjjAryan/career-copilot

Checklist

  • Agent file follows the naming convention (career-copilot.agent.md)
  • Includes frontmatter with name, description, and tools
  • Ran npm start to update README
  • Targeting staged branch

AI-powered job search assistant that evaluates job offers (A-F scoring),
tailors resumes, generates ATS-optimized PDFs, scans job portals, and
tracks applications through a structured pipeline.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@RajjjAryan RajjjAryan requested a review from aaronpowell as a code owner April 10, 2026 14:58
Copilot AI review requested due to automatic review settings April 10, 2026 14:58
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Skill Validator Results

2 resource(s) checked | ✅ All checks passed

Full output
No agents found in the specified paths: "/home/runner/work/awesome-copilot/awesome-copilot/agents/career-copilot.agent.md"

Note: Errors were found. These are currently reported as warnings and do not block merge. Please review and address when possible.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new “Career Copilot” custom agent to the repository, expanding the agent catalog with a job-search / application-management workflow assistant for software engineers.

Changes:

  • Added a new agent definition file for “Career Copilot” with capabilities and recommended project structure.
  • Registered the new agent in the agents index table for discoverability/installation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/README.agents.md Adds the “Career Copilot” entry to the published agents list.
agents/career-copilot.agent.md Introduces the new agent configuration and usage guidance.

| C – Domain & Product | 15% | Industry fit and interest alignment |
| D – Company & Culture | 15% | Size, stage, engineering reputation |
| E – Comp & Geography | 15% | Salary range, location, visa/remote policy |
| F – Growth &Tic Factor | 10% | Learning potential, career trajectory |
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

In the scoring table, "F – Growth &Tic Factor" appears to be a typo/formatting issue (missing space after '&' and likely intended to be "Growth & Fit Factor"). This will be user-facing text, so it should be corrected.

Suggested change
| F – Growth &Tic Factor | 10% | Learning potential, career trajectory |
| F – Growth & Fit Factor | 10% | Learning potential, career trajectory |

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants