explaingit

auberginewly/resume-project-miner

Analysis updated 2026-05-18

15ShellAudience · pm founderComplexity · 2/5LicenseSetup · easy

TLDR

A Codex skill that mines your real Git and GitHub commit history to write honest, evidence graded Chinese resume bullets and interview prep, instead of exaggerated claims.

Mindmap

mindmap
  root((resume-project-miner))
    What it does
      Mines Git and GitHub history
      Grades claims A to D
      Separates personal vs team work
    Tech stack
      Bash
      Git
      GitHub CLI
      Codex skill
    Use cases
      Resume bullet generation
      JD tailored highlights
      Authenticity audits
    Safety
      Read only access
      Redacts emails
      Skips secrets and build files

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate resume bullet points for a specific role based on evidence from your actual commit history.

USE CASE 2

Rewrite your project highlights to match a pasted job description.

USE CASE 3

Audit an existing resume description to check whether it exaggerates your personal contribution.

What is it built with?

ShellBashGitCodexGitHub CLI

How does it compare?

auberginewly/resume-project-mineraduskelebe/diffpilotamrit-regmi/immich_edge
Stars151515
LanguageShellShellShell
Setup difficultyeasyeasyhard
Complexity2/52/54/5
Audiencepm founderdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Remote GitHub repo analysis requires the GitHub CLI signed in with gh auth login.

Permissive MIT license, use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

Resume Project Miner is a skill for Codex, the AI coding assistant, that reads through your real Git commit history and GitHub activity to help you write honest resume bullet points and interview preparation material in Chinese. Instead of letting you write vague or exaggerated claims about a project, it looks at what you actually did in the code and grades each claim from A to D based on how well it is backed up by evidence, and it separates what you personally contributed from what the whole team achieved together. It works on both local repositories on your computer and on GitHub repositories you have access to, whether public or private, and it never writes to or changes the repository it examines, only reads from it. You can ask it to scan a repository and produce a resume description for a specific type of role, such as a frontend internship, or to rewrite your project highlights so they match a particular job description you paste in. It can also run a standalone authenticity check on resume text you already have, to see whether it overstates your involvement. To install it, you clone the repository into your personal Codex skills folder. Using it with a local repository only requires Bash and Git, which most developer machines already have. To pull in commit and pull request history from a remote GitHub repository, you also need the GitHub command line tool signed in with your own account, the skill does not store any login token itself. On the safety side, sensitive details like email addresses are removed from the evidence it collects, and it deliberately skips secret files, dependency folders, generated files, and build output when looking through a project. The project is released under the MIT license, so it can be freely used, modified, and shared as long as the copyright notice is kept.

Copy-paste prompts

Prompt 1
Use resume-project-miner to scan this repository and generate resume bullets suited to a frontend internship.
Prompt 2
Run resume-project-miner against owner/private-repo to build a backend focused resume version from my commits.
Prompt 3
Combine resume-project-miner's output with this job description to reselect my strongest highlights.
Prompt 4
Have resume-project-miner audit my current project description for unsupported or exaggerated claims.

Frequently asked questions

What is resume-project-miner?

A Codex skill that mines your real Git and GitHub commit history to write honest, evidence graded Chinese resume bullets and interview prep, instead of exaggerated claims.

What language is resume-project-miner written in?

Mainly Shell. The stack also includes Shell, Bash, Git.

What license does resume-project-miner use?

Permissive MIT license, use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is resume-project-miner to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is resume-project-miner for?

Mainly pm founder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.