Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit d45b9d1

Browse files
docs: redirect to dotbrains/skills monorepo
This repo is archived. The /workon skill is now maintained in https://github.com/dotbrains/skills alongside other dotbrains agent skills.
1 parent 0edd967 commit d45b9d1

1 file changed

Lines changed: 24 additions & 38 deletions

File tree

README.md

Lines changed: 24 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# workon-skill
22

3-
[![CI](https://github.com/dotbrains/workon-skill/actions/workflows/ci.yml/badge.svg)](https://github.com/dotbrains/workon-skill/actions/workflows/ci.yml)
4-
[![License: PolyForm Shield](https://img.shields.io/badge/License-PolyForm%20Shield-brightgreen.svg)](https://polyformproject.org/licenses/shield/1.0.0)
3+
> [!IMPORTANT]
4+
> **This repo has moved.** The canonical home for the `/workon` skill is now
5+
> [**dotbrains/skills**](https://github.com/dotbrains/skills), alongside the
6+
> rest of the dotbrains agent skills.
7+
>
8+
> Install with:
9+
>
10+
> ```bash
11+
> npx skills@latest add dotbrains/skills
12+
> ```
13+
>
14+
> Or copy the file directly:
15+
>
16+
> ```bash
17+
> mkdir -p ~/.claude/skills/workon
18+
> curl -fsSL https://raw.githubusercontent.com/dotbrains/skills/main/skills/workon/SKILL.md \
19+
> -o ~/.claude/skills/workon/SKILL.md
20+
> ```
21+
>
22+
> This repository is archived and will not receive further updates. File
23+
> issues and PRs against [dotbrains/skills](https://github.com/dotbrains/skills).
24+
25+
---
526
627
Portable `/workon` skill for Linear-driven ticket execution:
728
@@ -10,39 +31,4 @@ Portable `/workon` skill for Linear-driven ticket execution:
1031
3. Watch PR health in a loop (AI review comments, CI, merge conflicts).
1132
4. Tear down the worktree after merge.
1233
13-
```mermaid
14-
flowchart LR
15-
A[Setup] --> B[Implement + PR]
16-
B --> C[Watch Loop]
17-
C --> D{Merged?}
18-
D -- No --> C
19-
D -- Yes --> E[Teardown]
20-
```
21-
22-
## Repository layout
23-
24-
- `SKILL.md` — canonical skill definition
25-
- `AGENTS.md` — contributor guidance for AI and human maintainers
26-
27-
## Usage
28-
29-
One-line install:
30-
31-
```bash
32-
mkdir -p ~/.claude/skills/workon && curl -fsSL https://raw.githubusercontent.com/dotbrains/workon-skill/main/SKILL.md -o ~/.claude/skills/workon/SKILL.md
33-
```
34-
35-
Install `SKILL.md` in your skills path, then invoke:
36-
37-
```text
38-
/workon ENG-66
39-
```
40-
41-
The skill is idempotent and stateful, so repeated invocations resume from the current phase.
42-
43-
## Requirements
44-
45-
- `git`
46-
- `gh` CLI authenticated against your GitHub host
47-
- Linear access (MCP integration or equivalent API tooling)
48-
- Loop scheduler support (for 5-minute watch ticks)
34+
See the canonical [`SKILL.md`](https://github.com/dotbrains/skills/blob/main/skills/workon/SKILL.md) in dotbrains/skills.

0 commit comments

Comments
 (0)