nayounghye
Community@nayounghye
nayounghye provides Korean-language development skills for code review, code cleanup, plan-driven implementation, Notion daily reports, and marketing tracking pixel setup.
Agent Skills by nayounghye
Showing 6 vetted skills indexed across 1 GitHub repositories.
checkmd
Generates and updates feature implementation plan documents from inline comments and Q&A discussions.
code-review
Reviews source files for bugs, security vulnerabilities, performance issues, and code quality problems.
notion
Generates daily development reports from git commits and plan documents for Notion upload.
cleanup
Removes debug logs, commented-out code, and unused imports from specified files.
gocode
Implements all steps of a plan document with verification gates and detailed change reports.
tracking
Installs advertising and analytics tracking pixels into Next.js, Nuxt, or vanilla HTML projects.
Frequently Asked Questions About nayounghye
FAQPage SchemaWhat tasks can I perform with nayounghye's skills?▼
You can generate and update plan documents from in-file comments, run deep code reviews covering QA, security, and optimization, clean up debug logs and unused imports, execute full implementations from plan documents, create Notion daily dev reports, and set up marketing tracking pixels.
Who are these skills designed for?▼
They target Korean-speaking software developers who want structured plan-driven implementation, automated code review and cleanup, and Notion-based daily reporting, plus marketers or developers installing analytics trackers like Meta Pixel, GA4, TikTok, Clarity, and Naver on new projects.
How do the skills accept inputs at runtime?▼
Most skills take a file path as an argument: code-review also takes a review category, and cleanup targets a specific file. The tracking skill accepts provider names as arguments and uses Read, Write, Edit, Glob, Grep, and Bash permissions to install tracking code.
What are the prerequisites for using these skills?▼
You need existing source files or plan markdown documents for the review, cleanup, checkmd, and gocode skills, and a Notion workspace for daily reports. The tracking skill requires a project codebase where pixel and analytics snippets can be inserted.
Does gocode stop partway through implementation?▼
No. The gocode skill executes the entire implementation based on a plan document and continues until every step is complete, making it suitable for fully carrying out multi-step feature plans without intermediate stops.