generate-linear-worklog

You are tasked with generating a technical work log comment for a Linear issue based on recent git commits.

Content Preview
# Generate Linear Work Log

You are tasked with generating a technical work log comment for a Linear issue based on recent git commits.

## Instructions

1. **Check Linear MCP Availability**
   - Verify that Linear MCP tools are available (mcp__linear__* functions)
   - If Linear MCP is not installed, inform the user to install it and provide installation instructions
   - Do not proceed with work log generation if Linear MCP is unavailable

2. **Check for Existing Work Log**
   - Use Linear MCP
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generate-linear-worklog.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/dev/generate-linear-worklog.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/dev/generate-linear-worklog.md

Related Skills