원클릭으로
draft-monthly-status-update
Generate a draft blog post that describes the notable project updates from the past month.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a draft blog post that describes the notable project updates from the past month.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | draft-monthly-status-update |
| description | Generate a draft blog post that describes the notable project updates from the past month. |
Produce a blog post draft in a file named docs/en/news/posts/<year>/buzz/<month>-<year>-status-update.md, substituting the year and month as appropriate. If this skill is run after the 20th day of the month it will be a summary of the current month. At any other time, it will be a summary of the previous month.
docs/en/news/posts/<year>/buzz/<month>-<year>-status-update.md that follows the following template:---
title: { month } { year } Status Update
date: { first day of the next month, in YYYY-MM-DD format }
authors:
- { username }
categories:
- Buzz
---
{ summary }
<!-- more -->
## What we've done
- { work item }
- { work item }
Much of this work is due to the contributions of members of the BeeWare community. Thanks to <nospell> { contributors } </nospell> for their code and documentation contributions this month.
## What's next?
A summary of coming activity.
## Want to get involved?
Want to get involved? We curate issues that should be approachable for first-time contributors to BeeWare. They're all relatively minor changes, but would provide a big improvement to the lives of BeeWare users:
- If you're interested in the tooling for deploying applications to various platforms, take a look at [Briefcase](https://github.com/beeware/briefcase/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22).
- Or, if you're interested in GUI widgets, take a look at [Toga](https://github.com/beeware/toga/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22).
These lists can also be filtered by platform - so you can find issues that are specific to your preferred operating system. Pick one of these tickets, drop a comment on the ticket to let others know you're looking at it, and try your hand at a PR! We have a [guide on setting up a Briefcase development environment](https://briefcase.beeware.org/en/latest/how-to/contribute/how/dev-environment/); but if you need any additional assistance or guidance, you can ask on the ticket, or join us on the [BeeWare Discord server](https://beeware.org/bee/chat/).
beeware or dmgbuild project, except for those whose primary author is dependabot or brutusthebee.python, pypa, or PyO3 organziations where the author is freakboy3742 or mhsmith:{contributors} block of the Markdown template with a list of authors that was found, sorted alphabetically by GitHub username. If the user has a full name listed in their Github profile, include their name as [John Smith ([@johnsmith](https://github.com/johnsmith))]; if they don't have a full name in their profile, use [@johnsmith](https://github.com/johnsmith). The full list should be comma separated, with , and for the last entry in the list.The final document should be a valid Markdown document with no spelling errors, as validated by running tox -m pre-commit,docs-lint.
If any words are identified as spelling errors by the docs-lint step, the user should be prompted to approve those words for addition in the docs/spelling_wordlist file. If a word is approved, it should be added to the file in alphabetical order.
Any existing post in the docs/en/news/posts/<year>/buzz folder with a -status-update.md suffix can be used as an example. Newer examples should be considered better than older ones.