Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:8,268
forks:486
updated:2026년 5월 5일 04:12
SKILL.md
Prepare, validate, and publish a MiaoYan direct-download GitHub Release. Not for App Store builds.
MiaoYan project adapter for Waza check/code-review. Use for Swift, AppKit, iOS target, and release-safety review.
GitHub issues, PRs, releases, and workflow inspection for MiaoYan via gh CLI.
Run SwiftLint and swift-format checks on MiaoYan. Not for auto-fix on save (hook handles that).
| name | appstore |
| description | Prepare and validate a MiaoYan Mac App Store build. Not for GitHub Releases. |
| version | 1.1.0 |
| allowed-tools | ["Bash","Read"] |
| disable-model-invocation | true |
Use this skill only when the maintainer explicitly asks for App Store build or submission work.
| Area | App Store | GitHub Release |
|---|---|---|
| Build intent | App Store distribution | Direct download and update feed |
| Entitlements | App Store entitlements | Developer ID entitlements |
| Sparkle | Not included | Included |
| Credentials | App Store Connect credentials | Developer ID and notarization credentials |
bash scripts/build-appstore.sh
xcrun altool --validate-app -f build/AppStore/Export/MiaoYan.app -t macos --apiKey <KEY_ID> --apiIssuer <ISSUER_ID>
Use Xcode Organizer for upload when that is safer than CLI upload.
MARKETING_VERSION matches the intended release version.CURRENT_PROJECT_VERSION is incremented when required.