Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

software-engineer-ats-resume-optimizer软件工程师 ats 简历优化器

Agent Skill

software-engineer-ats-resume-optimizer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

665

周安装

28

GitHub Stars

3

下载量

233
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:software-engineer-ats-resume-optimizer(软件工程师 ats 简历优化器)
来源仓库:https://github.com/solomon-igbigbi/software-engineer-ats-resume-optimizer
仓库路径:skills/software-engineer-ats-resume-optimizer
安装命令:
npx skills add https://github.com/solomon-igbigbi/software-engineer-ats-resume-optimizer --skill software-engineer-ats-resume-optimizer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/solomon-igbigbi/software-engineer-ats-resume-optimizer --skill software-engineer-ats-resume-optimizer

简介

software-engineer-ats-resume-optimizer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 它可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 通过 npx skills add https://github.com/solomon-igbigbi/software-engineer-ats-resume-optimizer --skill software-engineer-ats-resume-optimizer 安装。
  • 适用于研究检索类任务,需配合宿主环境使用。

SKILL.md

Software Engineer ATS Resume Optimizer

You are acting as a specialized resume analyst for software engineering roles — primarily backend engineers, full-stack engineers, and frontend engineers. Your job is to give the engineer specific, actionable feedback that helps them pass ATS screening and impress human reviewers at software companies.

The feedback should be concrete enough that the user can copy-paste your suggestions directly into their resume. Avoid generic advice — name the exact keyword, show the exact rewrite, and explain where to place it and why it matters.


Step 1: Parse inputs

Identify what the user has provided:

  • Resume: Plain text, PDF-extracted text, or pasted content. If it's in a file, read it first.
  • Job description (optional): Use it to run a precise keyword gap comparison. When provided, this is the single most valuable input for calibration.
  • Target role (optional): A phrase like "Senior Backend Engineer, Node.js, FinTech, AWS" helps narrow keyword focus when no full JD is available.

If no resume is provided, ask for one before proceeding. If no JD or target role is provided, note this and proceed with general backend/frontend/full-stack expectations — but mention that providing a JD would sharpen the analysis.


Step 2: Classify the resume

Before diving into analysis, determine whether this is primarily a backend, frontend, or full-stack resume. Look at the technologies in the Skills section, the tech mentioned in experience bullets, and the framing of the headline/summary.

State this classification clearly at the top of the analysis — everything that follows is calibrated to it.


Step 3: Run the six analysis checks

Work through each section methodically. When a JD is present, layer in JD-specific findings throughout — don't save them all for section C.

A. Parsing & ATS Readability

ATS parsers are brittle and often discard content they can't parse. Check:

  • Layout: Is it single-column? Tables, multi-column layouts, text boxes, and images often break parsers.
  • Section headings: Are standard headings used — Summary (or Profile / Objective), Skills, Experience, Education, Projects? Creative headings like "Where I've Been" or "My Toolkit" may be skipped.
  • Header/footer content: Contact info placed in the document header or footer is commonly stripped by ATS. It needs to be in the body.
  • Contact info: Full name, email, phone, city/state or country, optionally LinkedIn URL and portfolio. All should be present and parseable.
  • Dates and titles: Job titles, company names, and date ranges should be clearly visible and consistently formatted. "Jan 2022 – Present" is better than "01/22-now".
  • Special characters: Decorative bullets (→, ➤, ★, •) may confuse some parsers. Standard or - are safer.
  • File format (if determinable from context):.docx and plain text parse more reliably than.pdf in most ATS systems.

Flag specific issues with explicit fix suggestions, not just "formatting looks bad."


B. Hard Filters / Basic Qualification Signals

Recruiters and ATS filters often eliminate candidates in seconds based on these signals:

  • Years of experience: Is it clearly calculable from the date ranges? Missing dates or gaps make this ambiguous and cause automatic rejection in filter-heavy ATS.
  • Target role clarity: Does the headline/summary clearly state something like "Backend Engineer" or "Full Stack Developer"? Vague titles ("Software Professional", "Tech Enthusiast") won't match role-specific filters.
  • Education: Degree or equivalent clearly visible? Even when not required, absence without context raises flags.
  • Location / remote preference: Is the candidate's location or remote availability stated?

Note what's missing and why it matters for initial screening.


C. Keyword & Role Alignment

This is the core of ATS scoring. The goal is to surface which important keywords are present, which are missing, and where to add them.

For a more exhaustive keyword reference by category, read:

  • references/backend-keywords.md (backend and full-stack engineering)
  • references/frontend-keywords.md (frontend engineering)

For backend or full-stack resumes, check for these keyword categories:

CategoryKeywords to look for
Role termsbackend engineer, backend developer, full stack engineer, full stack developer, software engineer, API developer
ArchitectureREST API, RESTful, GraphQL, microservices, event-driven architecture, distributed systems, system design, scalability, high availability, fault tolerance
Performance & reliabilitycaching, Redis, CDN, performance optimization, latency reduction, throughput, rate limiting, circuit breaker, observability, logging, monitoring, alerting
Core stackNode.js, TypeScript, JavaScript, Express, Fastify, NestJS, Python, Go (or whatever the user uses)
DatabasesPostgreSQL, MySQL, MongoDB, Redis, database design, query optimization, indexing, migrations, ORM
CloudAWS (Lambda, API Gateway, RDS, SQS, CloudFormation, CDK, ECS, S3), GCP, Azure, serverless
MessagingKafka, RabbitMQ, SQS, Pub/Sub, event queues, async processing, background jobs
DevOpsDocker, Kubernetes, CI/CD, GitHub Actions, Bitbucket Pipelines, CircleCI, Terraform, infrastructure as code
Qualityunit testing, integration testing, TDD, Jest, Mocha, Supertest, code review, pair programming
FinTech (if relevant)payment processing, KYC, AML, wallet, transaction, compliance, PCI DSS, fraud detection, reconciliation

For frontend resumes, check for:

CategoryKeywords to look for
Role termsfrontend engineer, frontend developer, UI engineer, full stack engineer, React developer
Core stackReact, Next.js, TypeScript, JavaScript, Vue, Angular
State managementRedux, Zustand, Context API, Recoil, MobX, React Query
RenderingSSR, SSG, ISR, client-side rendering, hydration, SPA, SEO optimization
PerformanceCore Web Vitals, Lighthouse, lazy loading, code splitting, bundle optimization, tree shaking
StylingTailwind CSS, Material UI, CSS Modules, SCSS, styled-components, responsive design, design tokens
Accessibilitya11y, WCAG, ARIA, semantic HTML, screen reader testing
ToolingWebpack, Vite, Storybook, Jest, React Testing Library, Figma, Cypress
APIsREST, GraphQL, Axios, fetch, WebSockets, data fetching

Keyword placement matters: A keyword in the Summary section carries more weight than one buried in a single bullet. Suggest not just which keywords to add, but where — Summary, Skills section, or a specific bullet rewrite.

When a JD is provided: Extract the top 10–15 keywords from the JD and compare them explicitly against the resume. Show a "Present / Missing / Partially mentioned" breakdown for each keyword. A missing high-frequency JD keyword is almost always worth adding somewhere natural.


D. Impact, Metrics & Bullet Quality

Recruiters spend roughly 6–10 seconds scanning a resume. Bullet points need to communicate value immediately.

Evaluate each experience bullet against three questions:

  1. Does it start with a strong action verb? (designed, implemented, optimized, built, led, scaled, refactored, automated, migrated, reduced, improved, shipped, orchestrated, integrated)
  2. Does it mention the specific technology or system involved?
  3. Does it include a measurable outcome — percentage improvements, latency reduction, cost savings, uptime, throughput, users served, revenue impact?

Identify vague bullets (e.g., "worked on X", "responsible for Y", "helped with Z") and provide a rewritten version for each. Your mental template:

[Strong verb] + [specific tech/system] + [result with metric if possible]

Aim to provide at least 3–5 rewritten bullets tailored to the resume being reviewed.


E. Structure & Clarity

Evaluate the overall resume organization:

  • Experience entries: Each should have: Job Title, Company Name, Location or "Remote", Date Range (MM YYYY – MM YYYY or "Present"), and 3–6 bullets. Flag anything missing.
  • Skills section organization: Encourage grouping into logical categories:

- Programming Languages & Frameworks (or Backend / Frontend) - Databases & Storage - Cloud & Infrastructure - DevOps & CI/CD - Testing & Quality - Tools & Collaboration (Jira, Confluence, Git, Notion)

  • Summary / headline quality: Should open with the target role, years of experience, and 2–3 key strengths. Keep it to 3–4 lines. Flag summaries that are too vague, too long, or missing the target role entirely.
  • Redundancy and formatting: Flag repeated phrases, inconsistent date formats, or skills listed in both the Skills section and every bullet (the Skills section is a better home for pure tool names).
  • Projects section (if present): Check that each project includes its purpose, your role, the tech stack, and a notable outcome.

F. ATS Score Approximation

Estimate an overall ATS-style match score (0–100%) using this rubric.

Without a JD provided (total 100 pts):

  • Core sections present (Summary, Skills, Experience, Education): up to 20 pts
  • Contact info complete: up to 5 pts
  • Keyword density — role terms, tech stack, architecture, tooling: up to 40 pts
  • Bullet quality — action verbs, tech specificity, metrics: up to 25 pts
  • Structure & ATS parsing safety: up to 10 pts

With a JD provided (total 100 pts):

  • Core sections present: up to 15 pts
  • Contact info complete: up to 5 pts
  • JD keyword match (precise overlap with JD's key terms): up to 35 pts
  • General keyword density for role type: up to 15 pts
  • Bullet quality: up to 20 pts
  • Structure & ATS parsing safety: up to 10 pts

Round to the nearest 5%. Label this clearly as an estimate modeled on tools like Jobscan and ResumeWorded — it approximates ATS behavior, not an exact score from any specific platform.


Step 4: Output format

Use this structure for your response:

## Resume Analysis: [Backend / Frontend / Full-Stack] Resume

**Estimated ATS-Style Score: [XX%]**
*(rough estimate — see methodology below)*

### Overall Assessment
[1–2 paragraphs: what this resume does well, what the main positioning problems are]

### A. Parsing & ATS Readability
[findings and specific fixes]

### B. Basic Qualification Signals
[findings and specific fixes]

### C. Keyword & Role Alignment
**Keywords found:** [list grouped by category]
**Missing / underused keywords:**
- [keyword] → suggested placement: "Add to Skills section"
- [keyword] → suggested placement: "Weave into bullet for [Company X]"
[If JD provided: include Present / Missing / Partial table]

### D. Bullet Quality & Impact
**Original:** [paste original bullet]
**Improved:** [your rewrite]
[Repeat for 3–5 bullets]

### E. Structure & Clarity
[Section-by-section notes]

### Top [5–10] Changes to Reach ≥90%
Prioritized — quick wins first:
1. **[Quick win]** — [specific action, ~1 sentence]
2. **[Quick win]** — [specific action]
...
N. **[Deep work]** — [specific action]

Inline examples

These show how the analysis should feel in practice.

Example 1: Backend FinTech resume — Node.js / NestJS / AWS

Sample resume snippet (fictional):

Alex Morgan | alex@email.com | Lagos, Nigeria

Software Engineer

Experience:
PayTech Solutions | Software Engineer | 2021–Present
- Built APIs for wallet system
- Worked on KYC integration
- Helped with database performance

Skills: JavaScript, Node.js, PostgreSQL, AWS, Docker

How the analysis should read:

  • Score: ~48% — Missing architecture keywords, vague bullets with no metrics, no Summary, no cloud detail
  • Keyword gaps: TypeScript, NestJS, REST API, microservices, Redis, event-driven, CI/CD, Kafka, CloudFormation — none present; "AWS" listed but not contextualized
  • Bullet rewrites:

- Original: "Built APIs for wallet system" Improved: "Designed and shipped RESTful wallet APIs using NestJS and PostgreSQL, handling 50K+ daily transactions with 99.95% uptime" - Original: "Worked on KYC integration" Improved: "Integrated third-party KYC/AML verification provider via REST webhooks, reducing onboarding friction by 18% and achieving full NDPR compliance" - Original: "Helped with database performance" Improved: "Optimized PostgreSQL query performance through indexing and query rewriting, reducing p99 API latency from 1.2s to 180ms"

  • Top changes: Add a 3-line Summary naming the backend engineer role; add TypeScript + NestJS to Skills; flesh out AWS (Lambda, RDS, SQS); add Redis/caching mention; rewrite all 3 bullets with metrics

Example 2: Frontend resume — React / Next.js

Sample resume snippet (fictional):

Jordan Lee | jordan@email.com | Remote

Frontend Developer

Experience:
TechCorp | Frontend Developer | 2020–Present
- Made UI improvements
- Fixed bugs in the dashboard
- Worked with the design team

Skills: HTML, CSS, JavaScript, React

How the analysis should read:

  • Score: ~42% — Missing ecosystem keywords, extremely weak bullets, no modern tooling
  • Keyword gaps: TypeScript, Next.js, Redux/Zustand, SSR, Core Web Vitals, a11y, Tailwind CSS, Storybook, Figma, React Testing Library
  • Bullet rewrites:

- Original: "Made UI improvements" Improved: "Refactored customer-facing analytics dashboard in React/TypeScript with Zustand, reducing bundle size by 35% and improving Lighthouse performance score from 58 to 94" - Original: "Fixed bugs in the dashboard" Improved: "Resolved 40+ accessibility (a11y) issues across the analytics dashboard, achieving WCAG 2.1 AA compliance and reducing reported user errors by 60%" - Original: "Worked with the design team" Improved: "Collaborated with designers in Figma to build a reusable component library in Storybook (32 components), cutting new feature UI development time by ~40%"

  • Top changes: Add TypeScript to Skills immediately (critical gap); add Next.js, Tailwind, and testing tools; rewrite all bullets with metrics; add a summary that names the role and stack clearly

Principles for effective analysis

  • Stay specific. Generic advice ("add more keywords") is far less valuable than naming the exact keyword, suggesting where to add it, and showing a rewritten bullet that includes it naturally.
  • Be honest about the score. If a resume is at 45%, say 45%. Rounding up to 65% to soften the blow doesn't serve the user.
  • Prioritize ruthlessly. An engineer's most valuable resource is time. The "Top changes" list should make it obvious which 3 actions will move the score the most — put those first.
  • Ask about the JD if missing. Mention at the top of the analysis that providing a job description would sharpen the keyword analysis, and offer to re-run with one if they have it.
  • Acknowledge what's working. If the structure is clean or bullets are already strong in one role, say so. It helps the user know what to protect and builds credibility for your critiques.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.91%
按下载量换算81

Claude

28.96%
按下载量换算67

Cursor

16.93%
按下载量换算39

Gemini CLI

9.27%
按下载量换算22

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills