Author Profile: pjordan

Skills published by pjordan with real stars/downloads and source-aware metadata.

Total Skills

3

Total Stars

0

Total Downloads

0

RSS Feed

Skills Performance

Comparison chart based on real stars and downloads signals from source data.

contribute

0

Stars
0
Downloads
0

reflect

0

Stars
0
Downloads
0

observe

0

Stars
0
Downloads
0

Published Skills

Automation

contribute

User-directed contribution workflow for a repo. Picks work informed by observe's wiki data, plans before coding, drafts a branch + commits + PR description (but does not open the PR), and iterates on review feedback when the user asks. Uses the user's own git/gh/az identity. Use when: user says "contribute"/"pick something"/"draft a PR"/"iterate on the review"/"plan this change", or expresses any equivalent intent such as "I want to submit a fix/patch", "help me ship this", "respond to the reviewer", "open a PR for issue #N", "what should I work on next". Hard safety rails: never pushes to protected branches, never opens PRs autonomously, never takes unsolicited social actions.

Repository SourceNeeds Review
Coding

reflect

After-action learning loop for a repo. Reads contribute's plan artifacts, git history, forge PR lifecycle (`gh`/`az`), CI results, and observe's baseline pages, then writes retro and playbook pages into agent-wiki. Use when: user says "retro"/"post-mortem"/"after-action"/"what did we learn"/"session summary"/"promote this to a playbook", or when a PR just merged on the current branch, contribute ran >=2 iterate rounds, or contribute tripped a scope cap — in those three cases suggest reflect and wait for confirmation (at most once per scope per session). Distinct from agent-wiki's `ingest`: reflect captures after-the-fact calibration against a plan, not in-the-moment codebase discoveries.

Repository SourceNeeds Review
Coding

observe

Context-builder for a repo, its team, and its workflow. Scans git history, forge metadata (GitHub via `gh`, Azure DevOps via `az`), CLAUDE.md, CONTRIBUTING.md, CODEOWNERS, PR/issue templates, and ADRs, then writes structured pages into agent-wiki. Use when: user says "observe"/"survey"/"refresh observations"/"brief me"/"investigate <topic>", starting work on an unfamiliar repo, or before a session that needs contributor/workflow context. Produces grounded context for contribute and other downstream skills.

Repository SourceNeeds Review
Author pjordan | V50.AI