justomsharma/github-resume-assistant

MCP server that grounds resume advice in your real GitHub activity — finds the gap between your resume's claims and your public work, and prescribes what to build next.

0Stars on the repository
10Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commit-push

01

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Safely commit reviewed changes with a Conventional Commit message and push to a feature branch, following docs/GITWORKFLOW.md. Use AFTER /self-review. Never commits to main, never blind-adds, never commits secrets.

0 1mo ago A 49 tokens original MIT

implement

02

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Write code for an already-validated approach on this project, following docs/CODINGPRACTICES.md and docs/ARCHITECTURE.md. Use only AFTER /plan-first has produced an approved approach. Do not use to design or decide — only to build what was agreed.

0 1mo ago A 60 tokens original MIT

open-pr

03

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Open a pull request (a.k.a. MR) for a pushed branch using the project PR template, following docs/GITWORKFLOW.md. Use AFTER /commit-push. Keeps PRs small and well-described.

0 1mo ago A 47 tokens original MIT

plan-first

04

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Entry point for ANY coding request on this project. Before writing a single line of code, read the existing code, form an approach, and validate it with the user. Use whenever the user asks to add, change, fix, or build something. Proactively invoke this instead of jumping straight to code.

0 1mo ago A 64 tokens original MIT

prompt-practices

05

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Best practices for writing LLM prompts sent to the Anthropic API in this project. Use whenever you write, edit, or review a prompt that goes to Claude (e.g. claim extraction in clients/anthropic.py). Enforces grounded, structured, testable prompts that fit our clients/ layer.

0 1mo ago A 66 tokens original MIT

review-pr

06

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Review a pull request (MR) against project standards before merge, following docs/GITWORKFLOW.md. Use AFTER /open-pr, or any time to review a teammate's or your own PR. The final gate before code reaches main.

0 1mo ago A 51 tokens original MIT

self-review

07

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Review the current local diff for bugs, scope creep, leaked secrets, and practice violations before anything is committed. Use AFTER /test passes and BEFORE /commit-push. The last gate before code leaves your machine.

0 1mo ago A 46 tokens original MIT

test

08

justomsharma/github-resume-assistant

Skill Claude CodeCodex

Write and run pytest tests for code just implemented on this project, following docs/TESTING.md. Mocks all external APIs. Use AFTER /implement. Blocks the pipeline until tests pass.

0 1mo ago A 40 tokens original MIT