بنقرة واحدة
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 المهني
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.
| 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.`