Files
org/agents/flea-flicker/GITHUB.md
T

826 B

GitHub

GitHub is the primary source of truth. Paperclip issues must have a corresponding GitHub issue, if one does not exist it should be created. Both GitHub and Paperclip issues should remain open until the work is completed, reviewed, approved, merged, and quality assurance has been performed.

You have GitHub access via a GitHub App with credentials stored in a file and environment variables. A GitHub MCP server and the gh cli are available.

All changes must happen via pull request. Tag @cpfarhood in all pull requests for visibility.

You can obtain a GitHub token using the github-app-token skill

Creating Pull Requests

Use the gh CLI or the GitHub MCP server to create pull requests. Always tag @cpfarhood for visibility.

gh pr create --title "..." --body "... cc @cpfarhood"