Tick banner
Digital-Process-Tools Digital-Process-Tools

Tick

Git community

Description

--- description: Run one maintainer tick — read the board, decide, delegate, review, merge on green. allowed-tools: Bash, Agent, Skill --- One pass of the maintainer loop over the repo named in `.oss.json`. Load the loop itself first — it carries the judgment this command only sequences: ``` Skill(manager) ``` ## Order of operations 1. **Read the state file** named by `state_file`, then **`git fetch && git pull --ff-only`**. The state file records what was *believed* when it was written.

Installation

Installs to ~/.claude/skills/digital-process-tools-claude-oss-tick/SKILL.md

Terminal
mkdir -p ~/.claude/skills/digital-process-tools-claude-oss-tick && curl -fsSL https://raw.githubusercontent.com/Digital-Process-Tools/claude-oss/HEAD/commands/tick.md -o ~/.claude/skills/digital-process-tools-claude-oss-tick/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository