Skip to content
Automation
Skill

/restart-terminal

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".

From plugin
jobpilot
6931 skills2 agents2 MCP
Install
$ npx -y skills add suxrobGM/jobpilot --skill restart-terminal --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/restart-terminal

Context preview

The summary Claude sees to decide when to auto-load this skill.

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".

SKILL.md

restart-terminal.SKILL.md
name: restart-terminal
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".

Restart terminal host

1. `dotnet test tests/JobPilot.Terminal.Tests` - don't restart on a red suite. 2. `bun run build:terminal` (needs the VS Installer directory on PATH for `vswhere.exe`). 3. Stop the running host process (`jobpilot.exe` or the `dev:terminal` task), then start the new build. 4. Poll `http://localhost:4102/healthz` until it responds; report success or the failing step.

Ships withjobpilot

An AI agent that applies to jobs for you, on the Claude or Codex subscription you already have.

Get the whole plugin

Other skills on jobpilot.