بنقرة واحدة
cpc
Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Finds the true merge-base/fork-point of a git branch, detecting history rewrites from rebases and squashes. Handles unknown parent branches. Triggers on keywords: find fork, merge-base, branch fork point, where did branch start, git fork, branch origin
Creates comprehensive GitHub Pull Requests with authentication validation and structured documentation. Triggers on keywords: pull request, PR, create PR, open PR
Full release workflow including changelog validation, squash, rebase, push, merge to main, and GitHub release preparation. Triggers on keywords: release, create release, publish release, tag release
Creates a git worktree with asset setup, serial branch/bootstrap creation, shared worker-wave environment setup, and direnv wiring. Triggers on keywords: worktree, create worktree, new worktree, git worktree
Hardens package-manager supply chain configuration with minimum release age policies, dry-run gates, and optional dependency security review. Triggers on keywords: harden supply chain, supply chain security, minimum release age, package age gate
Reports issues to agentic-config repository via GitHub CLI. Supports bug reports and feature requests. Triggers on keywords: issue, report bug, feature request, ac issue
| name | cpc |
| description | Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc |
| project-agnostic | true |
| allowed-tools | ["Bash"] |
Copies provided text to the macOS clipboard.
/cpc <text to copy>
Execute:
cat << 'EOF' | pbcopy
$ARGUMENTS
EOF
Report: "Copied to clipboard."