Scan an entire repository for security issues and malicious code — leaked secrets, injection and code-execution flaws, supply chain and CI/CD risks, insecure configuration, and malicious instructions hidden in AI rule files. Use when the user wants a security…
dyoshikawa/ghactivities
SkillsMP has collected 15 skills from dyoshikawa/ghactivities. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 15
- GitHub stars
- 2
- GitHub forks
- 1
Skills in this repository
Showing 15 of 15 collected skills.
Release a new ghactivities version end to end by drafting the release, waiting for green CI, merging the release PR, publishing the GitHub release, and verifying the npm release workflow. Use when asked to complete, finish, or publish a release through the…
Create or update a Rulesync source file (rule, command, subagent, skill, ignore, mcp, permissions, or hooks) with the Rulesync MCP Server. Use when asked to add or modify project configuration under .rulesync.
Clean local Git branches and prune remote-tracking references. Use when asked to remove merged or stale local branches while preserving the current branch and main.
Commit current changes, push the branch, and create or update its pull request. Use when asked to commit, push, open a PR, update a PR, or complete that combined workflow.
Research and create a GitHub issue with a detailed description, motivation, acceptance criteria, and appropriate existing labels. Use when asked to draft or open an issue.
ghactivitiesのGitHubリリース情報から、日本語のX向けリリース告知文を作成する。リリースバージョン、リリースURL、または複数リリースの告知文を求められたときに使用する。
Source text: Japanese
Draft a new release of ghactivities.
Drive a pull request to a clean state and merge it by repeatedly reviewing, fixing every mid-or-above finding, and waiting for green CI. Use when asked to finish, land, or fully resolve and merge a PR.
Verify CI and merge one pull request with gh pr merge --admin, then clean up its local branch. Use when asked to merge a PR after safety checks.
Fetch latest origin/main and rebase it onto the current branch, resolving conflicts if necessary
Summarize changes since the latest release and recommend a semantic-version bump without modifying files or publishing. Use when asked for a release dry run or version recommendation.
Release a new ghactivities version end to end, including version selection, checks, release PR, GitHub release, workflow monitoring, and branch cleanup. Use when asked to publish or perform a production release.
Review a pull request in parallel for code quality and security, integrate findings with severity levels, and report CI status. Use when asked to review a PR or assess whether it is ready to merge.
Stabilize the current change set by analyzing the diff, running pnpm cicheck:code, fixing code or tests until checks pass, and opening or updating a PR. Use when asked to fix CI, stabilize tests, or make cicheck pass.