A project using the mygit framework for LLM collaboration.
This project uses the mygit framework for LLM collaboration.
entry_point: README.md (you are here)
agent_instructions: AGENTS.md
claude_specific: CLAUDE.md
issues: https://github.com/kstabach/test-cowork/issues- New to this project? → Read AGENTS.md
- Looking for tasks? → Check issues with
llm-friendlylabel - Creating a PR? → Use the PR template
- Using Claude? → See CLAUDE.md
- Query issues:
is:issue is:open label:llm-friendly - Read issue details and acceptance criteria
- Implement solution with tests
- Create PR using template
- Respond to CI/CD feedback
- PR auto-merges when tests pass + approval
This repository includes the mygit framework which provides:
- Issue Templates: Structured templates for features, bugs, and LLM tasks
- PR Template: Standardized pull request format with LLM metadata
- GitHub Actions: Automated CI, issue labeling, and PR validation
- Agent Instructions: Clear guidance for AI agents (AGENTS.md, CLAUDE.md)
After cloning, run the label creation script:
./scripts/create-labels.shThis creates 22 labels for priority, type, status, area, and agent tracking.
.
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── feature_request.yml
│ │ ├── bug_report.yml
│ │ ├── llm_task.yml
│ │ └── config.yml
│ ├── workflows/
│ │ ├── ci.yml
│ │ ├── issue-automation.yml
│ │ └── pr-automation.yml
│ └── PULL_REQUEST_TEMPLATE.md
├── configs/
├── docs/
├── scripts/
│ └── create-labels.sh
├── .mygit-config.yml
├── AGENTS.md
├── CLAUDE.md
└── README.md
MIT
Built with mygit - GitHub LLM Framework