- 10 skills
- 0 followers
- 2 days ago last updated
- ▌ Git Commit · wxy bundleImplements Conventional Commits workflow. Ensures proper commit message formatting with structured body, footer, and skill signature. Facilitates semantic versioning compliance and clean project history.
- ▌ Pr Creator · wxy bundleAutomate PR generation with version detection and release notes. Streamlines contribution workflow and version management. Creates professional PR descriptions with checklist and automation templates.
- ▌
- ▌ Evolution Core · wxyEvolution capability meta-skill. Identifies evolutionary scenarios (repeated errors, user feedback, complex workflows) and crystallizes experience into reusable skills or instruction updates.
- ▌ Skills Manager · wxyCore skill manager for evoskills. Handles skill lifecycle (init, install, remove, update) and skill contributions.
- ▌ Release Process · wxyComplete release workflow for project versioning. Covers branch creation, testing validation, documentation updates, PR creation via skills, and GitHub Release creation. Emphasizes stability through branch isolation strategy.
- ▌ Code Health Check · wxyPerform code quality checks before commit. Validates code standards, security, architectural consistency. Runs TypeScript compilation, linting, test coverage verification.
- ▌
- ▌
- ▌ Typescript Type Safety · wxyEnforce TypeScript type safety guidelines. Ensures proper typing, prevents type-related runtime errors. Focuses on mock data creation, enum handling, and complex type initialization.