Generate a markdown document that lists what your team have acomplished last week and the plans for the next one.
- Markdown output
- AI generated title for each issue
- Lists all projects of the team
- Lists all issues planned for the current cycle
- Lists all issues done in the past cycle
- Lists all bugs for the past week (using Triage)
pnpm icp .env.example .envNow edit the .env file with your own values.
It will run the script on every file change
npx tsx watch index.tsnpx tsx index.tsOr if you want to copy the output to your clipboard:
npx tsx index.ts | pbcopy # macOS
npx tsx index.ts | xsel --clipboard --input # Linux