start on a manpage - #100
Closed
vilmibm wants to merge 1 commit into
Closed
Conversation
|
Awesome this is a good start! Having it automatically generated would be 💯. Eventually it'd be nice to have more designed docs/man pages instead of/in addition to a markdown file but we can talk about that more when we're closer to needing it! |
tierninho
reviewed
Dec 3, 2019
| DESCRIPTION | ||
| =========== | ||
|
|
||
| Do thinks with GitHub using your terminal. |
Contributor
|
Closing since we plan to use Cobra to generate man pages automatically. |
Stonre
pushed a commit
to Stonre/strands-fork
that referenced
this pull request
Jul 21, 2025
…s' to 'Documentation' (cli#100)
alexlitinsky
pushed a commit
to alexlitinsky/claude-builders-bounty
that referenced
this pull request
Mar 28, 2026
…on (closes claude-builders-bounty#4) - agents/pr-reviewer/claude_review.py: CLI tool (--pr URL, --post-comment, --dry-run) - Uses Anthropic SDK (ANTHROPIC_API_KEY) or falls back to claude CLI subprocess - Fetches diff + metadata via gh CLI; skips generated/binary files; truncates large diffs - Structured Markdown output: Summary / Risks / Suggestions / Verdict sections - Confidence scoring (High/Medium/Low) based on diff size, test coverage, security files - Exit codes 0/1/2 for LOW/MEDIUM/HIGH risk — usable as CI gates - Per-repo config via .claude-review.yml - .github/workflows/pr-review.yml: GitHub Action that triggers on PR open/sync - examples/: actual outputs from cli/cli#100 and anthropics/anthropic-sdk-python#1275 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
start on a man page
This PR starts work on a manpage written in markdown. The ultimate goal is to use something like
https://github.com/maxheld83/pandoc to convert to proper markdown format as part of automated
release packaging.
I've been using this post as reference:
https://eddieantonio.ca/blog/2015/12/18/authoring-manpages-in-markdown-with-pandoc/
I'm shelving this work for now as we're not considering a manpage necessary for the alpha deadline.
@ampinsk, I wonder if you'd like to take a look at this and see if the approach makes sense? You're
welcome to add more content if that makes sense!