Weekly report skill - #991
Merged
Merged
Conversation
This allows anyone to use the same framework. Signed-off-by: David Butenhof <dbutenho@redhat.com>
Signed-off-by: David Butenhof <dbutenho@redhat.com>
Generated-by: Cursor Signed-off-by: David Butenhof <dbutenho@redhat.com>
Signed-off-by: David Butenhof <dbutenho@redhat.com>
Signed-off-by: David Butenhof <dbutenho@redhat.com>
Signed-off-by: David Butenhof <dbutenho@redhat.com>
sjmonson
approved these changes
Aug 4, 2026
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Contributor
Merge Queue Status
This pull request spent 18 hours 44 minutes 13 seconds in the queue, with no time running CI. Waiting for
All conditions
ReasonPull request #991 has been dequeued by @sjmonson with a Requeued — the merge queue status continues in this comment ↓. |
35 tasks
jaredoconnell
approved these changes
Aug 6, 2026
Collaborator
|
@Mergifyio dequeue |
This was referenced Aug 7, 2026
Collaborator
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 9 minutes 19 seconds in the queue, including 8 minutes 39 seconds running CI. Required conditions to merge
|
35 tasks
cmiyai
pushed a commit
to cmiyai/guidellm
that referenced
this pull request
Aug 14, 2026
## Summary Helps agentic system (Claude, Cursor) generate (most of) a weekly project activity report from GitHub. ## Details This promotes a private skill I experimented with a few weeks back in an attempt to semi-automatically generate a "more externally focused" status update for the project. It's not perfect, but it may be useful to make it more generally accessible. ## Test Plan Try it. ## Related Issues N/A --- - [x] "I certify that all code in this PR is my own, except as noted below." ## Use of AI - [x] Includes code generated or substantially modified by an AI agent - [ ] Includes tests generated or substantially modified by an AI agent > NOTE: the `Generated-by` or `Assisted-by` trailers should be used in git commit messages when code or tests were generated or substantially modified by an AI agent, as described in the project's [`DEVELOPING.md`](https://github.com/vllm-project/guidellm/blob/main/DEVELOPING.md) file. --- # git log commit 2fb0905 Author: David Butenhof <dbutenho@redhat.com> Date: Mon Aug 3 15:14:16 2026 -0400 Move private weekly status skill into repo This allows anyone to use the same framework. Signed-off-by: David Butenhof <dbutenho@redhat.com> commit 87f8706 Author: David Butenhof <dbutenho@redhat.com> Date: Mon Aug 3 15:20:52 2026 -0400 Factor out a reusable script to fetch raw data Signed-off-by: David Butenhof <dbutenho@redhat.com> commit b586df6 Author: David Butenhof <dbutenho@redhat.com> Date: Mon Aug 3 15:28:29 2026 -0400 Add release highlights Generated-by: Cursor Signed-off-by: David Butenhof <dbutenho@redhat.com> commit 4850a4a Author: David Butenhof <dbutenho@redhat.com> Date: Mon Aug 3 18:44:31 2026 -0400 Fix markdown formatting Signed-off-by: David Butenhof <dbutenho@redhat.com> commit 83ba139 Author: David Butenhof <dbutenho@redhat.com> Date: Mon Aug 3 18:51:13 2026 -0400 Fix DEVELOPING.md formatting Signed-off-by: David Butenhof <dbutenho@redhat.com> commit f846200 Author: David Butenhof <dbutenho@redhat.com> Date: Tue Aug 4 10:51:40 2026 -0400 Link CLAUDE.md along with .claude Signed-off-by: David Butenhof <dbutenho@redhat.com> --------- Generated-by: Cursor Signed-off-by: David Butenhof <dbutenho@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Helps agentic system (Claude, Cursor) generate (most of) a weekly project activity report from GitHub.
Details
This promotes a private skill I experimented with a few weeks back in an attempt to semi-automatically generate a "more externally focused" status update for the project. It's not perfect, but it may be useful to make it more generally accessible.
Test Plan
Try it.
Related Issues
N/A
Use of AI
git log
commit 2fb0905
Author: David Butenhof dbutenho@redhat.com
Date: Mon Aug 3 15:14:16 2026 -0400
commit 87f8706
Author: David Butenhof dbutenho@redhat.com
Date: Mon Aug 3 15:20:52 2026 -0400
commit b586df6
Author: David Butenhof dbutenho@redhat.com
Date: Mon Aug 3 15:28:29 2026 -0400
commit 4850a4a
Author: David Butenhof dbutenho@redhat.com
Date: Mon Aug 3 18:44:31 2026 -0400
commit 83ba139
Author: David Butenhof dbutenho@redhat.com
Date: Mon Aug 3 18:51:13 2026 -0400
commit f846200
Author: David Butenhof dbutenho@redhat.com
Date: Tue Aug 4 10:51:40 2026 -0400
Generated-by: Cursor
Signed-off-by: David Butenhof dbutenho@redhat.com