A Claude Code skill that checks your code changes against a specific company's known engineering patterns, compliance posture, stack conventions, and product philosophy. Uses the research output from /research (local files or gbrain pages).
Designed for work trials, contracted work, takehome assignments, or shipping PRs at a company you've researched. Catches stack/compliance/pattern mismatches before they become review comments.
6 alignment dimensions:
- Stack fit — language, framework, pattern match
- Compliance & data handling — HIPAA / SOC2 / GDPR alignment if applicable
- Architectural patterns — connectors, supervisors, error shapes, naming
- Code quality bar — calibrated to team pedigree (Letta/Jane Street/Perplexity/etc.)
- Product philosophy fit — does your approach match how they think
- What would impress — 1-3 specific additions that would stand out
git clone https://github.com/matthewkim323/contextcheck ~/.claude/skills/contextcheckcontextcheck humandelta # load research/humandelta/ + gbrain
contextcheck # auto-detect company from repo metadata
contextcheck --file src/x.ts # check a specific file
contextcheck --save # append report to research/<company>/ALIGNMENT_HISTORY.md
contextcheck --quiet # only print warns/criticals, skip passes
contextcheck --all # chain /prodcheck + /seccheck + /contextcheck
Or just say "does this fit their stack" / "check against company context".
| skill | run when |
|---|---|
/research |
first — to build the context contextcheck needs |
/prodcheck |
general production readiness |
/seccheck |
security audit |
/contextcheck |
company-specific alignment |
/prwrite |
last — generate the PR body |
Or just run contextcheck --all to do the full pre-submit gauntlet.
MIT.