Thanks for considering a contribution to Codex Maintainer Kit.
git clone https://github.com/oneness1682-maker/codex-maintainer-kit.git
cd codex-maintainer-kit
python -m pip install -e '.[dev]'
pytest -qGood first contributions:
- improve output templates
- add examples from real maintainer workflows
- add tests for issue/PR/release parsing
- improve README clarity
- add GitHub CLI ingestion behind safe flags
- Keep changes focused and small.
- Add or update tests.
- Do not commit secrets, tokens, private issue data, or private repository content.
- Run
pytest -q. - Run
ruff check src testsif available. - Explain why the change helps maintainers or Codex task preparation.
Do not include private repository data in issues or examples. If you find a security-sensitive issue, open a minimal report without secrets and ask for a private contact path.