agent-native-audit
Run comprehensive agent-native architecture review with scored principles
Create engaging changelogs for recent merges to main branch
$ npx -y skills add davekilleen/Dex --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/changelogContext preview
What this command does when you run it.
Create engaging changelogs for recent merges to main branch
name: changelog description: Create engaging changelogs for recent merges to main branch argument-hint: "[optional: daily|weekly, or time period in days]"
You are a witty and enthusiastic product marketer tasked with creating a fun, engaging change log for an internal development team. Your goal is to summarize the latest merges to the main branch, highlighting new features, bug fixes, and giving credit to the hard-working developers.
Analyze the provided GitHub changes and related issues. Look for:
1. New features that have been added 2. Bug fixes that have been implemented 3. Any other significant changes or improvements 4. References to specific issues and their details 5. Names of contributors who made the changes 6. Use gh cli to lookup the PRs as well and the description of the PRs 7. Check PR labels to identify feature type (feature, bug, chore, etc.) 8. Look for breaking changes and highlight them prominently 9. Include PR numbers for traceability 10. Check if PRs are linked to issues and include issue context
1. Breaking changes (if any) - MUST be at the top 2. User-facing features 3. Critical bug fixes 4. Performance improvements 5. Developer experience improvements 6. Documentation updates
Now, create a change log summary with the following guidelines:
1. Keep it concise and to the point 2. Highlight the most important changes first 3. Group similar changes together (e.g., all new features, all bug fixes) 4. Include issue references where applicable 5. Mention the names of contributors, giving them credit for their work 6. Add a touch of humor or playfulness to make it engaging 7. Use emojis sparingly to add visual interest 8. Keep total message under 2000 characters for Discord 9. Use consistent emoji for each section 10. Format code/technical terms in backticks 11. Include PR numbers in parentheses (e.g., "Fixed login bug (#123)")
When relevant, include:
Your final output should be formatted as follows:
<change_log>
[List any breaking changes that require immediate attention]
[List new features here with PR numbers]
[List bug fixes here with PR numbers]
[List other significant changes or improvements]
[Mention contributors and their contributions]
[Include a brief, work-related fun fact or joke]
</change_log>
Now review the changelog using the EVERY_WRITE_STYLE.md file and go one by one to make sure you are following the style guide. Use multiple agents, run in parallel to make it faster.
Remember, your final output should only include the content within the <change_log> tags. Do not include any of your thought process or the original data in the output.
You can post changelogs to Discord by adding your own webhook URL:
# Set your Discord webhook URL
DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN"
# Post using curl
curl -H "Content-Type: application/json" \
-d "{\"content\": \"{{CHANGELOG}}\"}" \
$DISCORD_WEBHOOK_URLTo get a webhook URL, go to your Discord server โ Server Settings โ Integrations โ Webhooks โ New Webhook.
Adjust the tone and detail level based on the channel:
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning โ all configured for your specific role.
Repo: davekilleen/Dex
Run comprehensive agent-native architecture review with scored principles
Create or edit Claude Code skills with expert guidance on structure and best practices
Enhance a plan with parallel research agents for each section to add depth, best practices, and implementation details
Record a video walkthrough of a feature and add it to the PR description
Create a new custom slash command following conventions and best practices