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.

16 stars

Best use case

analyze-job-post is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using analyze-job-post should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/analyze-job-post/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/fullstack-web/analyze-job-post/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/analyze-job-post/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How analyze-job-post Compares

Feature / Agentanalyze-job-postStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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>

Related Skills

analyze-test-results

16
from diegosouzapw/awesome-omni-skill

Analyze test failures and CI artifacts to identify and fix bugs

analyze-test-failures

16
from diegosouzapw/awesome-omni-skill

This skill should be used when the user asks to "analyze failing tests", "debug test failures", "investigate test errors", or provides specific failing test cases to examine. Analyzes failing test cases with a balanced, investigative approach to determine whether failures indicate test issues or genuine bugs.

analyze-test-coverage

16
from diegosouzapw/awesome-omni-skill

Analyze test coverage gaps and report findings

acc-analyze-test-coverage

16
from diegosouzapw/awesome-omni-skill

Analyzes PHP codebase for test coverage gaps. Detects untested classes, methods, branches, exception paths, and edge cases. Provides actionable recommendations.

analyze-prd

16
from diegosouzapw/awesome-omni-skill

Analyze existing PRDs to generate actionable implementation plans, risk assessments, and resource estimates

Analyze Regressions

16
from diegosouzapw/awesome-omni-skill

Grade component health based on regression triage metrics for OpenShift releases

ai-analyzer

16
from diegosouzapw/awesome-omni-skill

AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。

analyze-project

16
from diegosouzapw/awesome-omni-skill

Analyze a project's codebase and documentation to generate coding standards, architecture docs, and development practices. Perfect for new project onboarding. Usage: 'analyze-project: /path/to/project' or 'analyze: /path/to/project'

terraform-azurerm-set-diff-analyzer

16
from diegosouzapw/awesome-omni-skill

Wave 5 migration placeholder for `awesome-copilot/terraform-azurerm-set-diff-analyzer` imported from antigravity-awesome-skills manifest.

terraform-analyzer

16
from diegosouzapw/awesome-omni-skill

Specialized skill for analyzing Terraform configurations. Supports parsing, security scanning (tfsec, checkov), cost estimation (infracost), drift detection, and plan visualization across AWS, Azure, and GCP.

outpost

16
from diegosouzapw/awesome-omni-skill

Sets up and configures Hookdeck Outpost for outbound event delivery to customer endpoints. Use when sending webhooks to customers, building webhook delivery infrastructure, configuring destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka), or managing tenants and subscriptions in Outpost.

mastering-postgresql

16
from diegosouzapw/awesome-omni-skill

PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB and array indexing, and production deployment. Use when creating search features, storing AI embeddings, querying vector similarity, optimizing PostgreSQL indexes, or deploying to AWS RDS/Aurora, GCP Cloud SQL/AlloyDB, or Azure. Covers psycopg2, psycopg3, asyncpg, SQLAlchemy integration, Docker development setup, and index selection strategies. Triggers: "PostgreSQL search", "pgvector", "BM25 postgres", "JSONB index", "psycopg", "asyncpg", "PostgreSQL Docker", "AlloyDB vector". Does NOT cover: DBA administration (backup, replication, users), MySQL/MongoDB/Redis, schema design theory, stored procedures.