HN user

eladkaplan

107 karma
Posts12
Comments23
View on HN
[dead] 4 months ago

I maintain several open-source projects and was spending hours every day triaging GitHub notifications — context-switching between repos, deciding what's urgent, reviewing PRs without missing breaking changes.

Ossue pulls issues, PRs, and discussions from all your repos into one local inbox. AI analyzes each item automatically: structured triage for issues (bug vs feature, priority, area), code review verdicts for PRs (with breaking change detection), and discussion summaries. You can customize the AI's review criteria per project.

It also has a "notes to issues" workflow, brain dump a rough idea, AI structures it into a proper GitHub issue with title, labels, and priority, then publish directly.

AI coding agents are powerful but they don't hesitate before running rm -rf /, kubectl delete namespace production, or terraform destroy. shellfirm adds a safety layer that catches risky commands before they execute.

How it works with AI agents:

One command to set up: shellfirm connect claude-code

This gives you two layers of protection:

1. Hooks – automatic pre-execution checks that block dangerous commands before the agent can run them. The agent can't bypass or ignore these.

2. MCP tools – the agent can proactively ask "is this command risky?" and get back structured risk assessments with severity, blast radius, and safer alternatives.

shellfirm covers 9 ecosystems (git, k8s, terraform, databases, filesystem, etc.) with pattern matching, context detection (SSH, root, production branch), and team policies via .shellfirm.yaml.

Supports Claude Code (hooks + MCP), Cursor, Windsurf, Zed, and Cline.

Written in Rust. Open source.

Tried Intuvo — it transforms CVs into strategic interview blueprints. You upload a resume + job description, and it uses LLMs to: - Reveal strengths & gaps - Flag red flags - Generate tailored interview questions

Feels like a superpower for recruiters or hiring managers.

Curious, would you use something like this in your workflow? What would make it more useful or trustworthy?

Loco 16.0 Is Out 1 year ago

We're excited to announce a major release packed with features, improvements, and fixes that will supercharge your Loco experience!

We're thrilled to announce a powerful new version of Loco, packed with features, fixes, and improvements designed to supercharge your development experience!

[dead] 4 years ago

New shellclear version was released with more detect patterns

shellclear is a security tool that provides a simple and fast way to secure your shell command history. Sensitive data can be stored in your history file when exporting a token of something or running a script with a token. Sometimes those secrets can be visible to others when sharing your terminal / autocomplete command and more.

* Shellclaer can be a shell plugin that shows a summary of sensitive data when opening a new terminal * Get a list of sensitive data found in the history shells * Clear the sensitive information

Secrets can be everywhere, even in your shell history commands. I created a small tool that detects and clean those commands from your history. You can even stash your history commands before you share your screen and pop the history when you finish.