shared-patterns
CommunityStandard patterns for safer GitHub automation.
Authorsjnims
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill codifies four core command patterns—Recovery Flow, Idempotency Check, Batch Tracking, and Two-Layer Metadata—to ensure consistent, safe, and auditable behavior when building or modifying /re:* commands that interact with GitHub Projects and issues.
Core Features & Use Cases
- Recovery Flow: graceful error handling with user-driven retry/skip/permissions checks
- Idempotency Check: prevent duplicate issues by pre-checks
- Batch Tracking: track outcomes across multi-item operations
- Two-Layer Metadata: update both custom fields and labels in GitHub Projects
- Use cases include scalable creation flows from visions to multiple epics with safe updates
Quick Start
- Implement shared patterns in your /re:* command code. For example, apply Recovery Flow when a gh operation fails and use Idempotency Check to prevent duplicates.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: shared-patterns Download link: https://github.com/sjnims/requirements-expert/archive/main.zip#shared-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.