ワンクリックで
release
Bump the unified JobPilot version (host + plugin), update the changelog, commit, and tag a new release
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bump the unified JobPilot version (host + plugin), update the changelog, commit, and tag a new release
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | release |
| description | Bump the unified JobPilot version (host + plugin), update the changelog, commit, and tag a new release |
| user-invocable | true |
Cut a new JobPilot release. Host and plugin share one version and ship from
one tag (vX.Y.Z), which triggers .github/workflows/release.yml - it builds
the terminal binaries for all RIDs, publishes the GitHub Release (the terminal
archives, which bundle the plugin tree), and syncs the plugin tree into the
claude-plugins and codex-plugins marketplaces.
The user provides a version (e.g. 2.1.0) or a bump type (major, minor,
patch). With no argument, default to a patch bump.
apps/terminal/JobPilot.Terminal.csproj - the <Version> elementplugin/.claude-plugin/plugin.json - "version"plugin/.codex-plugin/plugin.json - "version"package.json - "version"vX.Y.Z (matches the v* trigger in release.yml).CHANGELOG.md at the repo root, Keep a Changelog
format, newest release first. The workflow also sets generate_release_notes: true
for the GitHub Release.Determine the new version:
Pre-flight checks (stop and report on any failure - do not paper over):
git status).main (or ask if on another branch).vX.Y.Z (git tag -l).Bump version: set the new version in all four files.
Update CHANGELOG.md (create it with a # Changelog header if missing):
git log <prev-tag>..HEAD --oneline
(all commits if no tag exists).## vX.Y.Z - YYYY-MM-DD section, grouping the changes under
### Added / ### Changed / ### Fixed as applicable. Summarize
user-facing changes in plain language; fold internal chores/refactors into
one line or omit them.Commit: stage the four version files + CHANGELOG.md, commit
chore: release vX.Y.Z.
Tag: git tag -a vX.Y.Z -m "JobPilot vX.Y.Z".
Report: show the new version and tag, and remind the user to run
git push && git push origin vX.Y.Z to trigger release.yml.
--no-verify / --no-gpg-sign if hooks fail - report instead.Apply to a single job (URL or pasted page) with fit review, or drain the pending queue when no argument is given.
Search a job board and autonomously apply to matching jobs one at a time, until paused, exhausted, or the max-applications cap is hit.
Write a tailored one-page cover letter from a job description and the user's resume, humanized for natural tone.
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
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.
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, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.