Piece-Puzzly
Official@piece-puzzly
가치관 기반 성소수자 소개팅 서비스
Agent Skills by Piece-Puzzly
Showing 13 vetted skills indexed across 1 GitHub repositories.
workflow
Manage development workflows with adaptive process selection and session memory.
commit
Analyze staged changes and generate atomic Git commits by project type.
_worktree-remove
Remove Git worktrees and associated branches with change management options.
_workflow-plan
Analyze codebases and generate structured development work plans.
hook-patterns
Document Claude Code hook patterns and writing standards for pre- and post-tool use actions.
pr-body
Generate a GitHub pull request body from branch commits and a PR template.
_workflow-implement
Orchestrate parallel development tasks from plan.md with progress tracking and retries.
start-branch
Generate descriptive Git branch names from task type and description.
worktree
Create, remove, and list Git worktrees for concurrent branch development.
review-fix
Apply CodeRabbit PR review comments to code and push changes.
_workflow-spec
Generate structured markdown specification documents from user-provided requirements.
_worktree-create
Create Git worktrees with pre-creation checks and metadata recording.
merge
Squash merge feature branches into develop or main with Git worktrees.
Frequently Asked Questions About Piece-Puzzly
FAQPage SchemaWhat specific development tasks does Piece-Puzzly enable?▼
Piece-Puzzly enables atomic commit generation, Git worktree lifecycle management, and structured markdown specification authoring. It facilitates the creation of descriptive branch naming, automated pull request body generation, and the systematic application of code review feedback directly into the repository.
Which personas benefit most from these development capabilities?▼
Software engineers and technical leads managing complex, multi-branch repositories benefit most. These capabilities are designed for developers who require high-fidelity version control hygiene, concurrent branch context management, and standardized documentation practices across distributed team environments.
What are the prerequisites for implementing these Git-based processes?▼
Implementation requires a standard Git environment and a repository structure compatible with worktree operations. Users must ensure their local environment supports concurrent branch checkouts and that project-specific markdown templates are configured to support the automated generation of pull request bodies and development plans.