You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Make scripts/quick-setup.sh create a tailored PR body (instead of --fill) that includes a first-run checklist with installed workflows and immediate next steps.
Why a Customer Would Want This
Quick setup feels “done” after the PR opens, but new adopters still miss important post-install steps (especially label bootstrap). A built-in checklist in the generated PR makes first-run success much more reliable without requiring users to re-read docs.
Rough Implementation Sketch
Replace gh pr create --fill with explicit --title and generated --body in scripts/quick-setup.sh.
Build checklist content from data the script already has (workflows[@], created_files, flags like --skip-secret).
Include concrete post-install actions in that body (for example, run agentics-maintenance with operation=create_labels when needed).
Keep parity for --dry-run by printing the exact PR title/body that would be created.
Why It Won't Be That Hard
All required inputs already exist in one place inside quick-setup.sh; this is mostly PR-body composition and minor docs updates, with no new subsystem or workflow architecture changes.
Evidence
scripts/quick-setup.sh already tracks installed artifacts (created_files) while downloading workflow triggers and maintenance workflow (scripts/quick-setup.sh#L194-L213).
The current flow always opens PRs with generic autofill (scripts/quick-setup.sh#L257 and scripts/quick-setup.sh#L270).
Docs explicitly note a first-time post-install maintenance step (create_labels) that users must run manually (docs/workflows/gh-agent-workflows.md#L157-L163).
This proposal is distinct from existing open PM issues about label bootstrapping flags (#974), postflight file verification (#769), and shared defaults files (#965): this one targets PR-time onboarding clarity and first-run guidance.
Note
🔒 Integrity filter blocked 40 items
The following items were blocked because they don't meet the GitHub integrity level.
#1175list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#359search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#1067search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#140search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#424search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
Mint Ephemeral Tokens #1067list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
Feature Idea
Summary: Make
scripts/quick-setup.shcreate a tailored PR body (instead of--fill) that includes a first-run checklist with installed workflows and immediate next steps.Why a Customer Would Want This
Quick setup feels “done” after the PR opens, but new adopters still miss important post-install steps (especially label bootstrap). A built-in checklist in the generated PR makes first-run success much more reliable without requiring users to re-read docs.
Rough Implementation Sketch
gh pr create --fillwith explicit--titleand generated--bodyinscripts/quick-setup.sh.workflows[@],created_files, flags like--skip-secret).agentics-maintenancewithoperation=create_labelswhen needed).--dry-runby printing the exact PR title/body that would be created.Why It Won't Be That Hard
All required inputs already exist in one place inside
quick-setup.sh; this is mostly PR-body composition and minor docs updates, with no new subsystem or workflow architecture changes.Evidence
scripts/quick-setup.shalready tracks installed artifacts (created_files) while downloading workflow triggers and maintenance workflow (scripts/quick-setup.sh#L194-L213).scripts/quick-setup.sh#L257andscripts/quick-setup.sh#L270).create_labels) that users must run manually (docs/workflows/gh-agent-workflows.md#L157-L163).This proposal is distinct from existing open PM issues about label bootstrapping flags (#974), postflight file verification (#769), and shared defaults files (#965): this one targets PR-time onboarding clarity and first-run guidance.
Note
🔒 Integrity filter blocked 40 items
The following items were blocked because they don't meet the GitHub integrity level.
list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:What is this? | From workflow: Trigger Product Manager Impersonator
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.