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

inline

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

수집된 skills
10
Stars
673
업데이트
2026-06-20
Forks
26
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

clear-worktree
소프트웨어 개발자

Safely clear a dirty Inline repo worktree by inspecting uncommitted changes, classifying them as safe to commit, review-needed, blocked, or discard candidates, running focused validation, making scoped commits, and asking before destructive cleanup. Use when the user asks to clear the worktree, clean up WIP, commit what is safe, decide what needs Mo review, or update the repository-specific rules for what can be committed versus blocked.

2026-06-20
modern-apple-frameworks
소프트웨어 개발자

Use when writing, reviewing, or modernizing Swift code that touches Observation, SwiftUI model data, UIKit/AppKit automatic observation tracking, SwiftUI interoperability with UIKit/AppKit, or Apple APIs gated by iOS/macOS versions. Read this before adopting @Observable, migrating ObservableObject code, using new UIKit/AppKit lifecycle tracking, adding SwiftUI to existing UIKit/AppKit apps, or checking whether an iOS 18/macOS 15 or iOS 26/macOS 26 API is safe for the current deployment target.

2026-06-19
review-change-impact
소프트웨어 개발자

Review local app/code changes after implementation and produce a concise technical handoff. Use when the user asks for a review, risk assessment, tradeoff check, "what should I review", "give me snippets", or a high-level impact summary after changes that affect multiple app areas, UX, behavior, complexity, tech debt, or bug risk.

2026-06-18
test-modernizer
소프트웨어 품질 보증 분석가·테스터

Modernize existing Swift test suites by migrating XCTest to Swift Testing or improving current Swift Testing structure. Use when asked to modernize, update, migrate, supercharge, or convert tests. Do not use for writing new tests from scratch, XCTest-only questions, test result review, test running, coverage updates for new functionality, debugging failures without a migration request, or XCUI UI automation tests.

2026-06-09
sync-rebase-and-push
소프트웨어 개발자

Safely sync local commits with remote by rebasing onto origin/main and then push, following a GitHub Desktop-style flow. Use when asked to push/sync a branch, reconcile local and remote state, resolve rebase conflicts, run targeted tests or typechecks, and push only if checks pass.

2026-02-20
inline-cli
소프트웨어 개발자

Explain and use the Inline CLI (`inline`) for authentication, chats, users, spaces, messages, search, bots, typing, notifications, tasks, schema, attachments, downloads, JSON output, and configuration. Use when asked how to use the Inline CLI or its commands, flags, outputs, or workflows.

2026-02-18
run-checks
소프트웨어 품질 보증 분석가·테스터

Run static checks and high-level validation before a production push in the Inline repo. Use when asked to run checks, verify correctness, or do pre-push/pre-release validation across server/web/admin/apple/cli/proto changes.

2026-02-05
continue-rebase-interactively
소프트웨어 개발자

Guide an in-progress rebase with conflicts by summarizing each conflict and offering 3 resolution options.

2026-02-05
mo-needs-to-review
소프트웨어 품질 보증 분석가·테스터

Check if uncommitted changes are important/risky/breaking to require a review before merge/production release.

2026-02-03
write-ios-macos-changelog
소프트웨어 개발자

Reads commits and changed files within a timeframe specified by user and compiles a changelog for both iOS and macOS.

2026-02-03