.config/opencode/skills/git-read/SKILL.md
MUST load before ANY git or yadm operation — reading, writing, branching, committing, diffing, logging, rebasing, or anything else git-related. No exceptions.
npx skillsauth add ferdinandyb/dotfiles git-readInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Limit output with -[n], prefer single-line formats unless commit body is needed:
git log --pretty=lineauthor --date=short --topo-order -10
git log --oneline -20
Use
git log --oneline --graph --branches --remotes -20
to help detect stacked PR-s. A naming convention of TOPIC-part-N may or may
not apply.
git -C--oneline log output unless commit body is needed--stat before full diffs to gauge scopeorigin/HEAD when trying to compare with default branchtesting
Run Tecton plan and tests via Pants in the data-science repo. Handles long-running commands with proper output capture to avoid truncation.
documentation
IMMEDIATELY load this skill if you read ANY file containing "taskagent" (PLAN.md, org/projects, docs, etc). Also load for multi-session work or when user mentions agent tasks. For simple single-session tasks without taskagent references, use TodoWrite instead.
testing
Load this skill when performing git operations that modify repository state: add, commit, amend, rebase, merge, stash, worktree, reset, checkout, switch, branch create/delete.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.