Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

URLAutoRefresher

URLAutoRefresher에는 pbuckles22에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
0
업데이트
2026-06-23
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

github-feature-workflow
소프트웨어 개발자

Short-lived feature branches only — never commit on main; merge then push. TDD + lint + npm run ci as exit criteria before commit on the branch. Do not default to asking the user to open a PR. Use when implementing a feature or non-trivial fix, when the user asks for branch/git workflow, or after substantial edits that should not stay uncommitted.

2026-06-23
techwriter
소프트웨어 개발자

Creates and edits project documentation for both public and internal audiences. Use when writing or updating README.md, AGENT_HANDOFF (or AGENTS.md), CONTRIBUTING, or internal docs (e.g. PM_PLAN, DEV_GUIDE, TEST_TDD, DESIGN_SYSTEM). Covers structure, tone, and what to include for each doc type.

2026-06-23
chromium-mv3-extension
소프트웨어 개발자

Manifest V3 Chromium/Edge extension engineering for this repo: ephemeral service workers, chrome.storage rehydration, chrome.alarms, message passing (sendMessage, onMessage + sendResponse), extension context invalidation in content scripts, idle-first-message failures, and overlay/background wiring. Use when editing manifest.json, src/background/, src/content/page-overlay.ts, messaging, or when the user mentions MV3, service worker sleep, idle resume, Extension context invalidated, sendMessage, or runtime.connect.

2026-05-14
code-quality-gate
소프트웨어 품질 보증 분석가·테스터

Change-aware quality pass: diff scope, readability, function size and control flow, comments where non-obvious, and alignment with ESLint tiers in eslint.config.mjs. Use before merge or with handoff when the user wants industry-style maintainability beyond what tests assert.

2026-05-14
code-reviewer
소프트웨어 품질 보증 분석가·테스터

Review code changes for correctness, security, project conventions, and maintainability. Use when reviewing a diff, before commit, or when the user asks for a code review.

2026-05-14
extension-architect
소프트웨어 개발자

Shapes extension-wide architecture for this repo: boundaries between background, content scripts, and UI surfaces; composition with existing overlays; storage and messaging contracts; feature flags and permissions rationale. Use when designing a new epic, splitting work across layers, reviewing structural risk, or when the user asks for an extension architect, system design for the extension, or how features should be layered in MV3.

2026-05-14
tech-lead
소프트웨어 개발자

Technical leadership for this repo: turn plans into sequenced work, clarify definition of done, surface risks and dependencies, align tests and CI with scope, and coordinate cross-cutting changes (storage, messaging, UI). Use when the user asks for a tech lead, implementation plan, story breakdown, risk assessment before a large change, or merge ordering across epics.

2026-05-11
web-audio-dsp
소프트웨어 개발자

Web Audio API patterns for in-page gain and media routing: MediaElementSource lifetime, GainNode ramps, CORS and crossOrigin, logarithmic faders, phase inversion via negative gain, and avoiding clicks/clipping. Use when implementing precision volume, media hooks in content scripts, or when the user mentions GainNode, AudioContext, exponentialRampToValueAtTime, or DSP for browser audio.

2026-05-11
tester
소프트웨어 품질 보증 분석가·테스터

Black-box tests, test-first for core logic, and continuous test runs. Use when adding or changing tests or app logic. Run your project’s test command after changes; keep suite green.

2026-04-14
ui-ux
소프트웨어 개발자

UI/UX review and alignment. Use when writing or reviewing screens, animations, haptics, layout, or design tokens; or when adding/changing UX to match project requirements and accessibility.

2026-04-14
visual-match
그래픽 디자이너

Match UI graphics to reference examples (examples/ screenshots and specs). Use when drawing or changing visuals so the result matches the examples without back-and-forth.

2026-04-14