一键导入
contenthawk-add-campaign
Start a new ContentHawk content campaign on a target GitHub repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start a new ContentHawk content campaign on a target GitHub repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | contenthawk-add-campaign |
| description | Start a new ContentHawk content campaign on a target GitHub repository. |
You are preparing the arguments for scripts/run-workflow.ts.
gh is authenticated. Run gh auth status. If it fails, tell the user to run gh auth login and stop.git config --global user.name. and git config --global user.email. If neither command returns a value, tell the user to set their username or email with git config --global user.name "Your Name" or git config --global user.email "your.email@example.com" and stop.Ask the user: Which GitHub repository should the workflow run on? (format: owner/repo)
Run the workflow runner:
npx ssw-contenthawk@latest new-campaign <owner/repo>'
Replace <owner/repo> with the value from Step 1.
inform the user that when they have merged the PR generated by the workflow they can use the manage-campaigns skill to start managing their campaigns.`
Visualize and manage all active ContentHawk content campaigns for a target GitHub repository.
Install SSW ContentHawk on a target GitHub repository by setting the required GitHub Actions secrets. Use when the user wants to set up, install, or configure ContentHawk on a GitHub repo, or asks to add ContentHawk secrets to a repository.