ワンクリックで
gest-jj-installer
Install jj Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Install jj Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Gest Setup. Bootstrap or refresh a jj/Gest agent-operable repository surface across tools, command contracts, Justfile targets, hooks, ignores, installs, and setup follow-ups.
Gest Test. Run unit, API regression, smoke, regression, and integration tests appropriate to the changed code; add missing tests when the task changes callable behavior.
Gest Brainstorm. Explore rough ideas or ambiguous requests, inspect existing code/docs/Gest context, ask clarifying questions when needed, and decide whether to create a spec, outline issue, plan, or session task.
Gest Commit. Create a jj commit/bookmark/push checkpoint using conventional commit style and GitHub metadata when present.
Gest Docs. Audit, create, update, and verify user-facing docs, developer-facing docs, and in-code documentation affected by a task.
Gest Format. Run formatting, linting, typechecking, compile/static checks, and mechanical diff hygiene; fix mechanical issues. Use gte for tests and gdo for documentation.
| name | gest_jj_installer |
| description | Install jj Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance. |
Use this package-specific installer after a user has installed the jj Gest skills with:
npx skills add rahuldave/agent_gest_jj_skills -a codex --skill '*' -y
npx skills add installs skill folders only. It does not run hooks or copy
root-level package extras. Runtime references, helper scripts, and setup
templates are vendored inside the installed skill folders. When the user asks
to install the jj Gest hooks/settings or AGENTS guidance, run the bundled
helper from this skill directory:
bash .agents/skills/gest_jj_installer/scripts/install_gest_jj_package.sh .
For a normal fresh install, explain the flow plainly: npx skills add got the
skills, this installer adds hooks/settings and optional AGENTS starter guidance,
and gsu handles ordinary project setup afterward.
Resolve the script relative to the installed gest_jj_installer skill if it is
installed globally or in another agent skill root. The helper fetches this
package repository into a temporary directory and runs the repo-level installer
script against the target repo.
Ask for approval before overwriting repo files. Missing workflow tools should
be reported clearly; they should not be treated as a reason that
npx skills add itself failed.