{"id":15090059,"url":"https://github.com/mariocesar/standup-recap","last_synced_at":"2026-02-11T06:02:44.847Z","repository":{"id":252245644,"uuid":"839866520","full_name":"mariocesar/standup-recap","owner":"mariocesar","description":"GitHub Action to summarize standup messages from a Slack channel","archived":false,"fork":false,"pushed_at":"2024-08-08T13:54:58.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T18:29:17.322Z","etag":null,"topics":["actions","github-actions","standup-meetings","summarization"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariocesar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-08T13:36:11.000Z","updated_at":"2024-08-08T13:55:01.000Z","dependencies_parsed_at":"2024-08-08T16:03:29.491Z","dependency_job_id":"57b9eda0-835a-4fda-a4fa-2630e1306d00","html_url":"https://github.com/mariocesar/standup-recap","commit_stats":null,"previous_names":["mariocesar/standup-recap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mariocesar/standup-recap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fstandup-recap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fstandup-recap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fstandup-recap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fstandup-recap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariocesar","download_url":"https://codeload.github.com/mariocesar/standup-recap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fstandup-recap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","standup-meetings","summarization"],"created_at":"2024-09-25T09:04:23.395Z","updated_at":"2026-02-11T06:02:44.830Z","avatar_url":"https://github.com/mariocesar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standup Recap Action\n\nGitHub Action to summarize Slack standup messages using AI for streamlined team updates\n\n## Features\n\n- Reads standup messages from a specified Slack channel\n- Uses AI (ChatGPT or Claude) to generate concise summaries\n- Posts the summary to Slack or saves as a GitHub artifact (JSON format is optional)\n- Customizable time range and AI model selection\n- Message Format or Slack\n- Detect and create issue links (e.g., JIRA tickets)\n- Tracks and reports team members missing from standup\n\n## Usage\n\n```yaml\n- name: Generate Standup Recap\n  uses: mariocesar/standup-recap@v1\n  with:\n    slack_token: ${{ secrets.SLACK_TOKEN }}\n    channel_id: 'CXXXXXXXX'\n    time_range: '24h'\n    link_patterns:\n      - pattern: \"\\\\s(PROJ-\\\\d+)\\\\s\"\n        url: https://your-company.atlassian.net/browse/$1\n      - pattern: \"\\\\s(#\\\\d+)\\\\s\"\n        url: https://github.com/your-company/your-project/pull/$1\n    system_prompt: |\n      You are an AI assistant tasked with summarizing daily standup updates.\n      Focus on key accomplishments, ongoing tasks, and blockers.\n      Keep the tone professional but friendly.\n    prompt_file: '.github/standup_prompt.md'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fstandup-recap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariocesar%2Fstandup-recap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fstandup-recap/lists"}