Deployed from lacymorrow/shipkit template
0
stars
2
commits
TypeScript
primary language
Jul 22, 2026
updated
This directory contains GitHub Actions workflows for automating various tasks in the Shipkit repository.
The run-codex workflow allows you to use AI to automatically fix issues, update documentation, or make other improvements to the codebase.
suggest: The AI will suggest changes but not make themauto-edit: The AI will make changes that are safe and suggest othersfull-auto: The AI will make all changes it thinks are necessaryA collection of example prompts is available in the run-codex-prompts.yml file. These prompts are organized by category:
You can reference GitHub issues in your prompts to have the AI fix specific issues:
fix issue #123 regarding authentication errors
When creating custom prompts, be specific about what you want the AI to do. Some tips:
update the docs/deployment.mdx file with Vercel deployment instructionsfix React key warnings in the components directoryfix the authentication flow to handle expired tokens properlyYou can set up automatic triggers for the Run Codex workflow by creating issues with specific labels or comments. This requires additional configuration in the workflow file.
2 commits
TypeScript
83.1%
JavaScript
13.0%
MDX
1.8%
CSS
1.3%
Deployed from lacymorrow/shipkit template
0
stars
2
commits
TypeScript
primary language
Jul 22, 2026
updated
This directory contains GitHub Actions workflows for automating various tasks in the Shipkit repository.
The run-codex workflow allows you to use AI to automatically fix issues, update documentation, or make other improvements to the codebase.
suggest: The AI will suggest changes but not make themauto-edit: The AI will make changes that are safe and suggest othersfull-auto: The AI will make all changes it thinks are necessaryA collection of example prompts is available in the run-codex-prompts.yml file. These prompts are organized by category:
You can reference GitHub issues in your prompts to have the AI fix specific issues:
fix issue #123 regarding authentication errors
When creating custom prompts, be specific about what you want the AI to do. Some tips:
update the docs/deployment.mdx file with Vercel deployment instructionsfix React key warnings in the components directoryfix the authentication flow to handle expired tokens properlyYou can set up automatic triggers for the Run Codex workflow by creating issues with specific labels or comments. This requires additional configuration in the workflow file.
2 commits
TypeScript
83.1%
JavaScript
13.0%
MDX
1.8%
CSS
1.3%