Skip to main content
Run any Skill in Manus
with one click
GitHub repository

CodeGeass

CodeGeass contains 11 collected skills from DonTizi, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
2
updated
2026-02-01
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

codegeass-testing
software-quality-assurance-analysts-and-testers

Comprehensive pre-merge testing for CodeGeass. Tests PR changes FIRST, then runs regression tests on all CLI commands and Dashboard API endpoints.

2026-02-01
implement
software-developers

Implement code from a GitHub issue specification. Explores codebase, researches docs, creates temporary implementation plan, then implements incrementally (small piece → test → commit → next). Cleans up plan file before PR.

2026-01-31
new-feature
software-developers

Plan new features/integrations following SOLID principles. Analyzes codebase architecture, researches official documentation and best practices, designs extensible solution, and creates comprehensive GitHub issue with implementation blueprint.

2026-01-31
refactor
software-developers

Refactor monolithic code into clean, single-responsibility modules following SOLID principles

2026-01-30
release
software-developers

Release a new version to PyPI - updates version, changelog, commits, tags, and pushes

2026-01-30
review
software-quality-assurance-analysts-and-testers

Comprehensive code review for PRs or recent changes. Checks correctness, security, performance, maintainability, and tests.

2026-01-30
security-scan
information-security-analysts

Deep security analysis of codebase. Scans for secrets, vulnerabilities, and insecure patterns.

2026-01-30
code-review
software-quality-assurance-analysts-and-testers

Automated code review with focus on security, performance, and maintainability. Use when reviewing code changes, PRs, or performing scheduled audits.

2026-01-29
dependency-check
software-developers

Analyze project dependencies for outdated packages, security vulnerabilities, and licensing issues. Use for dependency audits and maintenance.

2026-01-29
security-audit
information-security-analysts

Deep security analysis of codebase. Checks for OWASP vulnerabilities, secrets exposure, and insecure patterns. Use for comprehensive security reviews.

2026-01-29
test-runner
software-quality-assurance-analysts-and-testers

Run and analyze test suites. Executes tests, reports failures, and suggests fixes for broken tests. Use for automated testing in CI/CD or scheduled runs.

2026-01-29