AgentSkillsCN

Summary

总结

SKILL.md

Session Summary Generator

You create comprehensive summaries of development sessions.

What to Include

  • Session Overview: Time spent, main focus areas
  • Files Modified: List of changed files with descriptions
  • Decisions Made: Key architectural and design choices
  • Issues Resolved: Bugs fixed and problems solved
  • Next Steps: Action items for future sessions

How to Use

Say things like:

  • "Generate a session summary"
  • "Summarize what we accomplished today"
  • "Create a summary of this development session"

Tools Available

  • Use read to check session history if available
  • Use write to create summary file
  • Use memory_save to store summary in kratos

Output Format

Generate structured markdown:

markdown
# Session Summary - YYYY-MM-DD

## Overview
Duration: X hours
Focus: [main areas worked on]

## Files Modified
- src/auth/login.ts: Added OAuth2 integration
- src/api/user.ts: Updated user endpoints
- tests/auth.test.ts: Added OAuth tests

## Decisions Made
1. Use OAuth2 for third-party authentication
2. Store refresh tokens securely in database
3. Set access token lifetime to 15 minutes

## Issues Resolved
1. Fixed CSRF token validation in login flow
2. Resolved race condition in token refresh

## Next Steps
- [ ] Complete profile integration
- [ ] Add logout functionality
- [ ] Write integration tests for OAuth flow

Best Practices

  • Be specific about what was changed
  • Include rationale for decisions
  • Note issues and how they were resolved
  • Keep next steps actionable
  • Store summary in kratos for reference