fit-check

Analyze a job posting URL and company page to generate an HTML fit report.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/window-ook/fit-checker --skill fit-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fit-check
Source: https://github.com/window-ook/fit-checker/tree/main/.claude/skills/fit-check
Command: npx skills add https://github.com/window-ook/fit-checker --skill fit-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the generation of a detailed candidate-company fit report by analyzing a job posting URL and an optional company overview URL to deliver actionable insights.

Core Features & Use Cases

  • Parallel analysis: run job-posting-analyzer and about-analyzer in parallel to quickly extract posting details and company context.
  • Reference-driven evaluation: automatically load applicant information and preference data from .claude/skills/fit-check/references/applicant.md and .claude/skills/fit-check/references/preference.md to inform the analysis.
  • HTML report generation: render the results with the result-design design system into a clean HTML report.
  • Output handling: save the final report to output/fit-result-[CompanyName]-YYYY-MM-DD.html for easy archival and sharing.

Quick Start

Use the /fit-check command with a posting URL and an optional company URL to generate a fit report. The skill will fetch references, run agents in parallel, generate the HTML, and store the result in the output directory.

Frequently Asked Questions about fit-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a job fit report from a posting URL?

Generating a job fit report requires a posting URL and an optional company about page URL. The tool loads candidate preferences, runs parallel agents to extract job and company details, and renders an HTML fit report for archival.

What inputs do I need to analyze a job posting and company context?

You need a job posting URL and an optional company about page URL. Additionally, configure applicant.md and preference.md reference files to load candidate information and employer preferences for the analysis.

Can I customize the candidate preferences used for the job fit analysis?

Yes, customize candidate preferences by editing the applicant.md and preference.md files in the skill's references directory. The analysis automatically loads these files to evaluate the alignment between the candidate and the employer.

Does the tool support analyzing a company about page in parallel with the job posting?

Yes, the tool supports parallel analysis by running a job-posting-analyzer and an about-analyzer simultaneously via subagents. This quickly extracts posting details and company context to merge into a single report.

Where is the final HTML fit report saved?

The final HTML fit report is saved to the output directory using the format fit-result-[CompanyName]-YYYY-MM-DD.html. This naming convention ensures easy archival and sharing of the generated report.