원클릭으로
wcc-backend
wcc-backend에는 Women-Coding-Community에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Generate a PR title and description following the WCC repo template, infer change types from the diff, and print the GitHub URL to open the PR in the browser. Use when asked to open a PR or create a pull request.
Interactively create a well-structured GitHub issue (bug or feature) for Women-Coding-Community/wcc-backend with Scrum user story, acceptance criteria, test scenarios, and code examples derived from the codebase. Adds the issue to the Backend Platform project board.
Review local staged and unstaged changes before committing. Auto-fixes style violations (line length, @DisplayName casing, var, eq() wrappers, .get(0)), then outputs a summary of findings requiring human judgement.
Read a GitHub issue from Women-Coding-Community/wcc-backend, produce an implementation plan, and — on user confirmation — implement it following WCC project standards (unit tests, integration tests, PMD-clean, Javadoc on public methods, no inline comments, language-specific best practices).