sred-work-summary
SolidGo back through the previous year of work and create a Notion doc that groups relevant links into projects that can then be documented as SRED projects.
AI & Automation 40,440 stars
6528 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# SRED Work Summary
Collect all the Github PRs, Notion docs and Linear tickets a person completed in a given year. Group the links from all of those into projects. Put everything into a private Notion document and return a link to that document.
## When to Use
- You need to gather a year's worth of PRs, Notion docs, and Linear tickets into project groupings for SRED preparation.
- The task is to build the upstream Notion work summary before writing individual SRED project descriptions.
- You need a repeatable collection workflow across GitHub, Notion, and Linear for a fixed time window.
## Prerequisites
Before starting make sure that Github, Notion and Linear can be accessed. Notion and Linear should be connected using an MCP. Github can be connected with an MCP, but if you have access to the `gh` CLI tool, you can use that instead.
If any of these can't be accessed, prompt the user to grant access before proceeding.
## Process
### Step 1
```bash
# Get the current year
date +%Y
```
The output of this command is the current year.
The current year minus one is the previous year.
### Step 2
Collect all of the required information from the user:
*Github Username*: What is the github username of the user?
*Github Repositories*: Which Github repositories should be searched for PRs?
The user can either specify a comma separated list, or provide a directory that contains repositories. In the second case use this command in the specified directory:
```bash
# Find githu...
Details
- Author
- sickn33
- Repository
- sickn33/antigravity-awesome-skills
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
sred-project-organizer
Take a list of projects and their related documentation, and organize them into the SRED format for submission.
40,440 Updated today
sickn33 AI & Automation Solid
repo-story-time
Generate a comprehensive repository summary and narrative story from commit history
34,887 Updated today
github AI & Automation Listed
uselink-repo-summary
Scan a GitHub repo (local or remote), generate an architecture overview as HTML, and publish to uselink. Use when the user wants to share a repo summary, architecture overview, or codebase tour with stakeholders who don't have repo access.
2 Updated 2 weeks ago
compilet-dev