job-search-strategy/SKILL.md
Comprehensive job search strategy toolkit for analyzing job postings, discovering hidden insights, interviewing candidates to match skills, developing targeted skills, and executing creative outreach strategies. Use when helping candidates strategize their job search, prepare tailored applications, or develop competitive advantages in their job hunt.
npx skillsauth add igor1309/skills job-search-strategyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides comprehensive tools and strategies for strategic job searching, from deep job posting analysis to creative outreach methods that help candidates stand out.
Announce: "I'm using the Job Search Strategy Toolkit to analyze this opportunity and develop a targeted approach."
When a user provides a job posting or asks for job search help, follow this workflow:
Extract insights from job postings using the analysis script:
# Analyze a job posting for insights
python scripts/analyze_job_posting.py job_posting.txt
This reveals:
Generate targeted interview questions to uncover candidate's relevant qualifications:
# Generate interview questions based on job analysis
python scripts/generate_interview_questions.py job_analysis.json
The script creates questions for:
For company research and creative outreach strategies, reference the detailed guides that cover:
analyze_job_posting.py: Extracts obvious and hidden insights from job descriptionsgenerate_interview_questions.py: Creates targeted questions for skill discoveryLoad these references when the user needs specific strategies:
search_strategies.md: Load when user needs help with company research, finding hidden opportunities, or LinkedIn outreachskill_development.md: Load when user has skill gaps or needs to quickly develop new competenciescreative_applications.md: Load when user wants to stand out with unique application strategiesinterview_strategy.md: Load when preparing for interviews or negotiating offersAnalyze the Opportunity
analyze_job_posting.py on the job descriptionAssess Candidate Fit
generate_interview_questions.pyAddress Skill Gaps
skill_development.mdResearch and Network
search_strategies.md for company researchCreate Standout Application
creative_applications.md for unique approachesPrepare for Success
interview_strategy.md when interview scheduledFor opportunities requiring immediate action:
When targeting specific companies without open positions:
search_strategies.md techniquestesting
Evaluates test name scaffolds for TDD readiness by determining if each test name provides enough specification clarity to write a failing test. Use when reviewing test scaffolds, evaluating executable specifications, or assessing whether test names clearly define testable behavior without implementation ambiguity.
development
Interactive Test-Driven Development workflow with reviewer-in-the-loop. Implements the RED-GREEN-REFACTOR cycle with two mandatory verification gates where a reviewer (human or AI) approves work before progression. Applies to any code development that follows test-first methodology: features, bug fixes, refactoring, or enhancements. Invoked when TDD discipline with step-by-step verification is required.
development
Use when the user needs a concise description of a component, module, product, or entire codebase for someone with zero project context. Triggers on "synopsis", "describe this for outsiders", "write a description", "explain what this does", "elevator pitch", or when producing text for READMEs, marketplace listings, or onboarding docs.
development
Clean, maintainable Package.swift creation and editing using the static property pattern from Facebook iOS SDK. Use when creating new Package.swift files, refactoring existing ones, adding modules/targets to Swift packages, or organizing Swift Package Manager manifests for better maintainability.