소스 정보
- 저장소
- sky-map-team/stardroid
- 최근 소스 활동
- 2026년 4월 29일 15:02
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,798
- 포크
- 280
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/sky-map-team/stardroid --skill skymap-whatsnew명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Make a new release of Sky Map and publish it to the Play Store.
Update the Sky Map splash screen for a new planetary release. Composites a portrait image onto the base splash with a branded strip. Use when asked to "update splash", "add splash for X release", or "create release branding". ARGUMENTS: "<ReleaseName> <path/to/source.png> [crop x1,y1,x2,y2]"
Use when asked to respond to, reply to, or draft replies for Google Play Store reviews for Sky Map. Triggers on "respond to reviews", "reply to reviews", "draft review replies", or any request to handle user feedback from the Play Store.
| name | skymap.whatsnew |
| description | Fully automated release note generator for Sky Map. Just provide the last tag. |
| dependencies | python>=3.8 |
python3 tools/generate_changelog.py [TAG]release_date, commits, closed_issues, and merged_prs.release_date provided by the tool.Before drafting, read both output files if they exist:
app/src/main/res/values/whatsnew_content.xmlfastlane/metadata/android/en-US/changelogs/default.txtThis skill may be run multiple times before a release. Treat the existing content as cumulative output from previous runs — preserve all existing items and only add changes not yet covered.
merged_prs descriptions over raw commit messages — PR authors write summaries for review.default.txt.whatsnew_content.xml in app/src/main/res/values/<h2> for each feature heading followed by a short descriptive paragraph.<ul><li> to group multiple minor items under a single heading.default.txt under fastlane/metadata/android/en-US/changelogswc -m after writing.<b><font color="#F67E81">Section</font></b> headings to group items.-- The output should be prepended to the CHANGELOG.md file and use GitHub markup. -- The release notes here can be more thorough and detailed that targets A and B. -- The target audience is users who are developers themselves or who are comfortable installing the app from other other sources than the Google Play Store.
whatsnew_content.xml
and default.txt content for review. Ask explicitly: "Does this look good to translate?" Do
not proceed to translation (Step 4 of the release process) until the user approves.