PictureServer
PictureServer에는 smarkwal에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Audit and remove dead code from the codebase. Use for: finding unused Java parameters, fields, methods, imports; unused CSS classes/rules; unused JS exports or functions; removing leftover symbols after refactors; cleaning up after feature removal. Produces a report first, then removes each item after confirmation.
Review documentation files for consistency with the codebase. Use for: checking README.md, copilot-instructions.md, and other markdown docs for outdated class names, package names, method names, config keys, build commands, source layout, tech stack versions, and missing or incorrect information; also detect duplicated information across docs and suggest deduplication with a canonical source. Reports all inconsistencies and asks for confirmation before fixing.