Uk Visa Autopilot Skill
Description
Claude Code skill that runs a UK visitor visa application end to end: rules lookup, document audit, form fill, VFS booking and upload, 21-agent pre-submission review gate. Field-tested, 10-year visa granted.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
uk-visa-autopilot-skill
**A Claude Code skill that runs a UK visitor-visa application end to end.** You say "I'm going to the UK on the 15th, back on the 22nd". The agent checks the current rules, audits your documents, fills the form, writes the cover letter, books the biometrics slot, uploads everything to VFS, watches your inbox, and hands you a checklist of the only three things a human must do: confirm, sign, show up.
Field-tested in 2026 on real applications, including an applicant with a prior US refusal and self-employed income. **Result: 10-year multi-entry visas. Five working days from biometrics to decision.**
[中文说明在下面](#中文)
Why this exists
Visa applications are 90% clerical work and 10% judgement. The clerical part (60 form fields, 25 documents, three portals, a dozen emails) is exactly what an agent should absorb. The judgement part (what the visa officer actually checks, what counts as misrepresentation) is encoded here as rules and a pre-submission review gate, so the agent applies it instead of guessing.
What's inside
| File | What it does |
|---|---|
SKILL.md |
The workflow: hard rules, cheapest-path search (do you even need this visa?), document audit, rule lookup, deliverables, travel-history from official exit-entry records, six known traps |
references/uk-gov-vfs-automation.md |
Browser automation recipe for gov.uk and VFS Global: resume links, the one-shot handshake, free biometrics slots, the 10 file inputs, the five upload traps, what to do after the decision (eVisa, UKVI account) |
references/review-gate.md |
The pre-submission review gate. 21 agents in four roles (visa officer, immigration lawyer, consistency auditor, English editor), each blocker re-argued by an adversarial "defence" agent. Ships with the anonymised findings from a real run so you can calibrate severity |
references/material-standards.md |
Pass/fail criteria per document: bank statements, deposits, self-employment proof, bookings, the fou |
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,