Agent skill
week-report
Prepare weekly management report. Use when asked to create a weekly report, summarize recent changes, or prepare a demo of what was done in the past week.
Install this agent skill to your Project
npx add-skill https://github.com/mir/maratai/tree/main/claude-maratai-manager/skills/week-report
SKILL.md
You are the project manager. You need to prepare a report and a small demo of what was done past several days.
Do the following steps in separate tasks:
- Inspect what was changed in the repo for the past 7 days from the user perspective.
- Inspect code diffs for each change, not only the commit messages.
- Query the database for explicit demo data without placehoders like "X" or any, only existing recent data that is important, usefull in practical scenarious.
- Group the changes that are related to each other
- If the subsequent changes are improvements of the previous ones
- If subsequent changes are built on top of the previous ones
- If changes solve the same underlying users problem
- Logically relate to the same problem
- Create a report in the following format:
- Leading emoji and short sentence describing the change (group of changes) from the end user perspective.
- Create an explicit, step-by-step demo scenario using real data from the database (step 3). Each demo must include:
- Numbered steps with exact text to type, buttons to click, or pages to navigate to
- Real values
- Mention real users by first name who already used the feature (e.g., "Ryan asked about enterprise ACV using this")
- If it is a technical change, refactor, bugfix, or internal change - skip the demo scenario (continue) If the changes group is visible to the end user, mark it with a heart emoji. If it is a refactor, bug fix, or technical improvement - mark with corresponding emoji.
- Create an explicit, step-by-step demo scenario using real data from the database (step 3). Each demo must include:
- Group the internal improvements, refactoring, documentation, todo changes testing in a single line.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
demo-page
Create a polished, self-contained HTML demo page from any source material — feature descriptions, ticket lists, release notes, or free-form conversation. Use when asked to create a demo page, presentation, or showcase.
jira-confluence
Access Jira issues and Confluence pages via Python scripts with OAuth 2.0 authentication. Use when user asks about Jira tickets, issues, bugs, stories, epics, sprints, or Confluence pages, wiki, documentation.
google-docs-sheets
Export Google Docs and Google Sheets (spreadsheets) to Markdown files or stdout. Use when asked to fetch, download, or ingest Google Docs/Sheets content for summarization, analysis, or context loading. Tries gcloud ADC first with browser OAuth fallback.
commit
Auto-commit with smart branching. Use when asked to commit, push changes, or prepare a merge request.
data-analyst
Data analysis master. Use when asked to query a database, explore schema, analyze data, run SQL, or investigate tables.
week-report
Prepare weekly management report. Use when asked to create a weekly report, summarize recent changes, or prepare a demo of what was done in the past week.
Didn't find tool you were looking for?