Skip to main content

suxrobGM/jobpilot

SkillsMP a collecté 28 skills depuis suxrobGM/jobpilot. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
28
Étoiles GitHub
59
Forks GitHub
15

Affichage de 28 skills collectés sur 28.

métier
Développeurs de logiciels
description

One autonomous Pilot cycle - fetch the agenda, execute the top item, journal, exit. Injected by the terminal host - not for manual invocation loops.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Classify unscanned mailbox messages, fuzzy-match each to an existing application, and write the proposal back. The user approves in /inbox.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Install, start, or update the JobPilot agent terminal on this machine, then open the dashboard. Run this first after installing the plugin in Claude Code or Codex.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Run the full JobPilot CI gate locally - Biome, API + web typechecks, API and contracts tests, and the terminal .NET tests when terminal files changed. Use before committing, or when asked to "verify", "run checks", or "run the gate".

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Apply to a single job (URL or pasted page) with fit review, or score and apply the job links pasted into an apply campaign when no argument is given.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Search a chosen job board via Playwright, rank results by fit against the user's resume, and save them to the campaign so the user can review.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Search Upwork via Playwright, smart-filter out low-quality and unresponsive clients, rank survivors by fit, and save them to the campaign as recommendations. Never submits a proposal.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Search a job board and autonomously apply to matching jobs one at a time, until paused, exhausted, or the max-applications cap is hit.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Re-score a campaign's skipped jobs and promote the eligible ones to `approved` for later applying. Recovers jobs wrongly dropped for location, a sparse JD, 1099, or seniority. Does not apply.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Choose the best existing resume base/variant for a job, or create a new tailored variant when nothing fits.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Review and clean up the given file(s)/folder(s)/module(s) in any language or framework: rate organization, find dead code, duplication, coupling, over-engineering, structural and architectural problems, then produce and execute a phased refactor plan. May…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Film, cut, and deliver a short teaser/demo video of any app by driving it with Playwright and editing with ffmpeg - storyboard, authenticated capture, PII review, animated title cards, MP4 + GIF. Use for "make a teaser", "record a demo video", "product launch…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

Review a freshly uploaded resume and save a stronger rewritten version as a suggestion the user accepts or discards in the dashboard.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

Write a tailored, concise cover letter (150-250 words) from a job description and the user's resume, humanized for natural tone.

Langue du texte source : anglais

mis à jour
métier
Rédacteurs en chef
description

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism,…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

Read the user's live Upwork profile, generate an improved overview + portfolio from their resume (humanized), and - after the user approves - write the approved version back to Upwork.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

Write a short, targeted Upwork proposal from a job description and the user's resume, humanized for natural tone.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

Fetch the latest verification code or magic link from the connected mailbox for a given board domain. Called by apply / auto-apply for 2FA and account-creation flows.

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

Produce a tailored interview prep sheet (behavioral, technical, system design, company) from a job description and the user's resume.

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

Find a hiring manager/recruiter for a role (or company) and send a personalized message via cold email or LinkedIn, with per-campaign channels and autonomy.

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

Resume a paused JobPilot campaign by id. Re-flips the campaign to in_progress and replays the apply loop on any remaining approved jobs without re-asking for fit confirmation.

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

Solve a CAPTCHA on the current browser tab - free checkbox/text paths first, then a configured token service for image challenges. Returns solved or unsolved for the caller to fall back.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Add a new JobPilot API route or module the standard way - contracts schema, controller, service, response schema, optional web hook. Use for "add an endpoint", "new route", "new module".

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Create and apply a Prisma migration safely against the remote (tunneled) PostgreSQL. Use for schema changes - "create a migration", "apply migrations", "add a column/table".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Rebuild the .NET terminal host, restart it, and wait for /healthz. Use after any C# change under apps/terminal, or when asked to "restart the terminal host".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Bump the unified JobPilot version (host + plugin), update the changelog, commit, and tag a new release

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Migrate a React @tanstack/react-form codebase from the prop-drilled `useForm` + erased-form-type pattern to the official `createFormHook` composition API (`useAppForm` / `withForm` / `field.X`). Use when a project threads a `form` object (often cast to an…

Langue du texte source : anglais

mis à jour
Affichage de 28 skills collectés sur 28.