Skip to content

feat(skills): add pinpoint-briefing session health review skill#1163

Merged
timothyfroehlich merged 3 commits intomainfrom
worktree/jolly-yawning-steele
Apr 8, 2026
Merged

feat(skills): add pinpoint-briefing session health review skill#1163
timothyfroehlich merged 3 commits intomainfrom
worktree/jolly-yawning-steele

Conversation

@timothyfroehlich
Copy link
Copy Markdown
Owner

Summary

  • Adds .agent/skills/pinpoint-briefing/SKILL.md — a session-start skill that runs 5 parallel data-gathering groups and synthesizes a structured triage briefing
  • Registers the skill in AGENTS.md skill table

What the skill checks

Group What Tool
A PRs, worktrees, beads, Dependabot orchestration-status.sh
B CVEs + major version bumps pnpm audit + pnpm outdated
C Post-submit failures on main gh run list --branch main
D New GitHub issues (last 5 days) gh issue list
E New Sentry errors (last 5 days) Sentry MCP tools

Output is a structured briefing with a "Recommended Next Actions" section. Designed to run before the orchestrator — answers "what should I work on?" before "how do I parallelize it?"

Test plan

  • Ran the skill live in the session that created it — all 5 groups returned correct data
  • Fixed gh issue list --sort flag bug caught during live run

🤖 Generated with Claude Code

timothyfroehlich and others added 2 commits April 7, 2026 22:34
Adds a session-start skill that runs parallel checks across Sentry,
GitHub (PRs, main CI, new issues, Dependabot), pnpm audit/outdated,
worktrees, and beads to produce a structured triage briefing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…efing skill

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 8, 2026 03:38
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pin-point Ready Ready Preview, Comment Apr 8, 2026 2:51pm

@supabase
Copy link
Copy Markdown

supabase bot commented Apr 8, 2026

Updates to Preview Branch (worktree/jolly-yawning-steele) ↗︎

Deployments Status Updated
Database Wed, 08 Apr 2026 14:50:13 UTC
Services Wed, 08 Apr 2026 14:50:13 UTC
APIs Wed, 08 Apr 2026 14:50:13 UTC

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Configurations Wed, 08 Apr 2026 14:50:14 UTC
Migrations Wed, 08 Apr 2026 14:50:14 UTC
Seeding Wed, 08 Apr 2026 14:50:14 UTC
Edge Functions Wed, 08 Apr 2026 14:50:14 UTC

View logs for this Workflow Run ↗︎.
Learn more about Supabase for Git ↗︎.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “session-start health review” agent skill (pinpoint-briefing) to help triage what to work on by gathering repo health signals (PRs/worktrees/beads, security audit/outdated deps, main CI, new GitHub issues, Sentry errors) and synthesizing a structured briefing.

Changes:

  • Added .agent/skills/pinpoint-briefing/SKILL.md with 5 parallel data-gathering groups + a standardized briefing output format.
  • Registered the new pinpoint-briefing skill in the AGENTS.md skills table.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
AGENTS.md Registers the new pinpoint-briefing workflow skill in the skill table.
.agent/skills/pinpoint-briefing/SKILL.md Defines the new session briefing procedure, commands, and expected structured output.

- Group B: wrap audit+outdated in bash -c with pipefail to preserve exit
  status through pipe and satisfy single-invocation-per-group intent
- Group C: use --status completed --limit 5 directly instead of fetching
  10 runs and slicing with jq

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@timothyfroehlich timothyfroehlich merged commit d8d7ec8 into main Apr 8, 2026
22 checks passed
@timothyfroehlich timothyfroehlich deleted the worktree/jolly-yawning-steele branch April 8, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants