Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Gwangsan-Server

يحتوي Gwangsan-Server على 8 من skills المجمعة من School-of-Company، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
10
محدث
2026-05-13
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

review-pr
محللو ضمان جودة البرمجيات والمختبرون

Collect PR review comments, critically assess each one against project conventions, auto-apply valid ones, post refutation replies for invalid ones, and prompt for partial ones. Replaces resolve-pr-comments.

2026-05-13
commit
مطوّرو البرمجيات

Create Git commits by splitting changes into logical units following project conventions. Handles Git Flow automatically — detects develop branch and checks out a feature branch before committing.

2026-05-13
write-pr
مطوّرو البرمجيات

Generate PR title, body, and labels from commits since the base branch, then create the PR on GitHub. Handles base branch detection, label selection, and PR creation end-to-end.

2026-05-13
commit
مطوّرو البرمجيات

Create Git commits by splitting changes into logical units following project conventions. Handles Git Flow automatically — detects develop branch and checks out a feature branch before committing.

2026-05-13
code-review
محللو ضمان جودة البرمجيات والمختبرون

Run a structured checklist over changed files — DTO conventions, Java/Spring style, JPA/transaction correctness, test coverage, commit conventions, and security basics. Produces a ✓/⚠/✗ report.

2026-04-26
resolve-pr-comments
محللو ضمان جودة البرمجيات والمختبرون

For each inline PR review comment, judge whether it has been resolved in the current branch diff and reply with the resolving commit hash. Use after addressing PR feedback.

2026-04-26
pr-draft
مطوّرو البرمجيات

Generate PR title, body, and labels from commits since the base branch, then create the PR on GitHub.

2026-04-26
security-checklist
محللو أمن المعلومات

Verify security vulnerabilities — hardcoded secrets, SQL injection, JWT validation, blacklist enforcement, sensitive logging, and authorization checks. Run before merging any auth or API-related changes.

2026-04-26