myenv
myenv contains 12 collected skills from ysoftman, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Create or edit Jira issues on boards the user has access to. Use this skill whenever the user asks to create, add, file, open, write, or edit a Jira issue/ticket/task, mentions `/jira-create-issue`, `jira ์ด์ ์์ฑ`, `์ง๋ผ ์ด์ ๋ง๋ค์ด`, `์ด์ ์์ `, or asks to "ํฐ์ผ ์ฌ๋ ค์ค", even when the project or issue key is not stated explicitly โ the skill will infer the project from conversation context or present accessible boards for the user to pick. Always trigger this over generic jira lookup when the intent is to create or modify an issue.
Review changes, run lint/format, then create a git commit with English message. Use when user wants to commit, save changes, or says "์ปค๋ฐ", "git commit", "git ci".
Explain programming language syntax in Korean with concise examples. Use when user asks about syntax like "python list comprehension", "go goroutine", "rust ownership", or any programming concept explanation.
Review GitHub PRs and track improvements as tasks. Use when user asks to review a PR, check a pull request, says "PR ๋ฆฌ๋ทฐํด์ค", "PR ๋ด์ค", or provides a GitHub PR URL or number. Delegates both the review judgment and comment writing to the `reviewer` agent (run in the background).
Run language-specific linters, formatters, and static type checks with full command reference. Use when user asks to lint, format, type-check, check style, or says "๋ฆฐํธ", "ํฌ๋งท", "ํ์ ์ฒดํฌ", "lint", "format", "type check", "biome", "ruff", "pyright", "clippy", "golangci-lint", "rumdl", "prettier", "shfmt". Also use when needing detailed command variants (check-only, fix-only, partial scope) beyond the standard fix-everything command.
Create GitHub issues with auto-generated English titles and contextual body content. Use when the user wants to create an issue, report a bug, request a feature, file a ticket, or says "์ด์ ๋ง๋ค์ด์ค", "์ด์ ์์ฑ", "๋ฒ๊ทธ ๋ฆฌํฌํธ", "feature request". Also trigger when the user discusses a bug or feature and then says "์ด๊ฑฐ ์ด์๋ก ์ฌ๋ ค์ค" or similar.
Pick one of the user's In Progress Jira issues and create/checkout a git branch named after it. Use when the user says things like "jira ์ด์๋ก ๋ธ๋์น ๋ง๋ค์ด", "๋ด ์ง๋ผ ์ด์ ๊ธฐ๋ฐ์ผ๋ก ๋ธ๋์น ํ์ค", "jira issue branch", or `/jira-git-checkout-branch`. If the working tree is dirty, asks the user whether to proceed; halts if the Atlassian MCP server is not available.
Search, create, transition, and comment on Jira issues. Use when user mentions Jira, issue keys (PROJ-123), project boards, or wants to manage tasks in Atlassian.
Create GitHub pull requests with English titles and structured body content. Use when the user wants to create a PR, open a pull request, merge request, or says "PR ๋ง๋ค์ด์ค", "PR ์์ฑ", "ํ๋ฆฌํ", "pull request". Also trigger when the user finishes work on a branch and says "์ด๊ฑฐ ์ฌ๋ ค์ค" or similar.
Check typos in the current project (English and Korean). Scans variables, functions, comments, docs, and strings. Run before commits or on demand. Use when user asks to check spelling, find typos, or review text quality.
Build dark-theme HTML documents with inline SVG diagrams (flow, sequence, timeline, mapping, architecture, state). Use whenever the user wants to draw/render/visualize a diagram as HTML, asks for "๋ค์ด์ด๊ทธ๋จ", "diagram", "ํ๋ก์ฐ", "ํ์๋ผ์ธ", "์ํ์ค", "์ํคํ ์ฒ", "๋์", references an existing HTML diagram doc, or wants to add a new diagram section to such a doc. Also trigger when the user describes a process, pipeline, system, or migration steps and asks to visualize it โ even if they don't explicitly say "HTML". Also trigger when the user asks for "example", "์์", "์ํ", "๋ชจ๋ ํจํด", "showcase" of this skill โ copy `examples/showcase.html` to the current working directory and open it.
Start a temporary agent team in tmux panes for collaborative work, with at most 5 total agents including the main agent. Keep the main agent focused on user interaction, coordination, monitoring, and final integration while delegating independent work to teammates whenever feasible. Use proactively when a task can be split across independent files, modules, or concerns. Also trigger when the user asks to work on multiple things at once, speed up a large task, or mentions "ํ", "๋ณ๋ ฌ", "parallel", "๋์์", "๋๋ ์".