Files
gh-greyhaven-ai-claude-code…/skills/linear-workflow/examples/INDEX.md
2025-11-29 18:29:20 +08:00

1.6 KiB

Linear Workflow Examples

Complete examples for Grey Haven's Linear workflow, Git branching, and PR integration.

Available Examples

feature-issue-template.md

Complete feature issue template with examples.

  • Description and motivation
  • Acceptance criteria
  • Technical notes and Doppler setup
  • Multi-tenant considerations

bug-issue-template.md

Complete bug issue template with examples.

  • Steps to reproduce
  • Impact assessment
  • Proposed solution
  • Environment details

migration-issue-template.md

Database migration issue template.

  • Migration steps
  • Rollback plan
  • Testing strategy
  • Risk assessment

commit-message-examples.md

Commit message examples with Linear integration.

  • Feature commits with "Closes"
  • Bug fix commits with "Fixes"
  • Migration commits with "Related to"
  • Multi-commit workflows

pr-description-examples.md

Pull request description examples.

  • Feature PR with full testing details
  • Bug fix PR with reproduction steps
  • Migration PR with rollback plan
  • Doppler configuration documentation

Quick Reference

Need issue template?feature-issue-template.md, bug-issue-template.md Need commit examples?commit-message-examples.md Need PR template?pr-description-examples.md Need migration template?migration-issue-template.md