Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:485
forks:48
updated:2026年5月20日 04:27
SKILL.md
Audits all Markdown files in a repository for internal inconsistencies, contradictions, stale CLI commands/flags, and broken cross-references. Returns a structured findings report. Use when asked to check, audit, or verify docs for correctness or consistency.
Scans a GitHub pull request for security vulnerabilities including OWASP Top 10 issues, hardcoded secrets, and dependency CVEs. Returns a structured JSON findings report. Use when asked to review, audit, or scan a PR for security issues.
| name | coding-agent |
| description | Standard procedures for a coding agent — memory hygiene and PR workflow. |
Before starting any task, search for relevant prior context:
search_memory("relevant keywords for the task")
After completing significant work, save non-obvious findings:
save_memory({ content: "...", tags: ["relevant-area"] })
git checkout -b <descriptive-name>git add -A && git commit -m "..."git push -u origin HEADgh pr create --title "..." --body "..."