smithery/igorwarzocha

analyze-job-post

Analyzes a job offer for fit with the Candidate's profile and recommends an application strategy. Use before considering a new job offer.

Installation

$ npx skills add smithery/igorwarzocha --skill analyze-job-post

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/igorwarzocha · top by installs.

npx skills add smithery/igorwarzocha

Browse all from smithery/igorwarzocha

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,101 B
  • docs SUMMARY.md 161 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Analyze Job Post

<workflow>

Step 1: Data Extraction

  1. Read the job offer from the user request.
  2. Extract: Role, Company, Location, Salary, Requirements (Must-have/Nice-to-have).

Step 2: Competency Fit Analysis

  1. Compare requirements with Candidate-Profile.md.
  2. Identify:

- Strong Matches: Direct experience. - Transferable Skills: Adaptable skills. - Gaps: Missing qualifications. - Differentiators: Unique strengths.

Step 3: Context & Positioning

  1. Research company context (Size, Sector, Culture).
  2. Determine Organization Type (Tech, Corp, NGO, Public).
  3. Select optimal Positioning Strategy from Profile (e.g., Tech Expert vs. Business Pro).

Step 4: Recommendation

  1. Assess success probability (High/Medium/Low).
  2. Create an analysis using the template in references/templates.md.
  3. Provide concrete next steps (Apply/Skip/Research).

</workflow>