Agent Skills: Collaboration

|

UncategorizedID: i9wa4/dotfiles/collaboration

Install this agent skill to your local

pnpm dlx add-skill https://github.com/i9wa4/dotfiles/tree/HEAD/skills/collaboration

Skill Files

Browse the full folder contents for collaboration.

Download Skill

Loading file tree…

skills/collaboration/SKILL.md

Skill Metadata

Name
collaboration
Description
|

Collaboration

Owns gh usage, GitHub issue/PR creation and inspection, public surface path hygiene, commit/PR rules, and Atlassian access when env vars are confirmed.

1. Development Default

Before git/GitHub actions that edit files, create commits, or change branches, work in a dedicated worktree. Issue work: create/choose the issue, run issue-worktree-create <issue_number>, then edit there. PR review: pr-worktree-create <pr_number>.

Never edit or commit from the main checkout, even for docs-only or single-line changes. If there is deliberately no issue/PR number, first run git worktree add -b <branch> .worktrees/<branch> main and cd there. Raw git worktree add is only for this no-issue branch case, not issue/PR work. Avoid EnterWorktree. Verify pwd, branch, and status before editing.

2. Workflow

  1. Inspect relevant files, repo conventions, and git status.
  2. Read Workflow Guide before changing behavior or giving detailed instructions.
  3. Before publication or PR creation, verify branch, upstream, base/head, and clean status; use the same-name remote destination workflow.
  4. Make the smallest scoped change, run nearest checks, and report risk.

3. References