{"id":51287671,"url":"https://github.com/lucasheriques/codescene-skill","last_synced_at":"2026-06-30T07:30:39.288Z","repository":{"id":365742222,"uuid":"1273515311","full_name":"lucasheriques/codescene-skill","owner":"lucasheriques","description":"Agent Skill for CodeScene Code Health workflows","archived":false,"fork":false,"pushed_at":"2026-06-18T16:30:52.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T18:20:31.096Z","etag":null,"topics":["agent-skills","claude-code","code-health","codescene","codex","mcp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasheriques.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T15:43:37.000Z","updated_at":"2026-06-18T16:31:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lucasheriques/codescene-skill","commit_stats":null,"previous_names":["lucasheriques/codescene-skill"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/lucasheriques/codescene-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheriques%2Fcodescene-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheriques%2Fcodescene-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheriques%2Fcodescene-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheriques%2Fcodescene-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasheriques","download_url":"https://codeload.github.com/lucasheriques/codescene-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheriques%2Fcodescene-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34957626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","claude-code","code-health","codescene","codex","mcp"],"created_at":"2026-06-30T07:30:37.920Z","updated_at":"2026-06-30T07:30:39.279Z","avatar_url":"https://github.com/lucasheriques.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeScene Skill\n\n[![skills.sh](https://skills.sh/b/lucasheriques/codescene-skill)](https://skills.sh/lucasheriques/codescene-skill)\n\nMake Codex, Claude Code, and Cursor code-health aware with CodeScene's MCP server.\n\nThis skill helps agents review touched code, catch maintainability regressions before commit, and apply a simple quality ratchet: new code should be healthy, healthy code should not regress, and legacy code touched by the change should improve when practical.\n\nCurrent release: `v0.1.4`.\n\n## Why Add It\n\n- Get CodeScene feedback inside your coding agent.\n- Catch code-health issues before a PR review.\n- Reuse one onboarding flow across projects.\n- Keep CodeScene credentials out of git.\n\n## Install\n\nInstall globally for every project:\n\n```bash\nnpx skills add lucasheriques/codescene-skill \\\n  --skill codescene-code-health \\\n  --global \\\n  --agent codex \\\n  --agent claude-code \\\n  --agent cursor\n```\n\nInstall into one project:\n\n```bash\ncd /path/to/project\n\nnpx skills add lucasheriques/codescene-skill \\\n  --skill codescene-code-health \\\n  --agent codex \\\n  --agent claude-code \\\n  --agent cursor\n```\n\nWith GitHub CLI:\n\n```bash\ngh skill install lucasheriques/codescene-skill codescene-code-health --agent codex --scope user\ngh skill install lucasheriques/codescene-skill codescene-code-health --agent claude-code --scope user\ngh skill install lucasheriques/codescene-skill codescene-code-health --agent cursor --scope user\n```\n\n## Configure MCP\n\nGet a token from [CodeScene CodeHealth MCP](https://codescene.com/product/code-health-mcp), then export it:\n\n```bash\nexport CS_ACCESS_TOKEN=\"...\"\n```\n\nAuto-add the CodeScene MCP server to Codex, Claude Code, and Cursor:\n\n```bash\nnode ~/.agents/skills/codescene-code-health/scripts/install-mcp.mjs --scope user --apply\n```\n\nFor a project-local setup:\n\n```bash\nnode .agents/skills/codescene-code-health/scripts/install-mcp.mjs --scope project --apply\n```\n\nThe helper writes agent config only. It does not write your token into git; agents read `CS_ACCESS_TOKEN` from the environment.\n\nRestart your agent after MCP setup.\n\n## Init A Project\n\nStart in the repo and ask:\n\n```text\nUse $codescene-code-health to init CodeScene for this repo.\n```\n\nThat is the portable version of the intended `$codescene init` flow. The agent should verify MCP setup, check the token, choose the right first CodeScene check, and tell you what to commit or keep local.\n\n## Use\n\n```text\nUse $codescene-code-health to review my current changes before I commit.\n```\n\n```text\nRun a CodeScene branch analysis against origin/main and help me fix the highest-signal findings.\n```\n\n```text\nScore the files I touched and tell me whether the change respects our quality ratchet.\n```\n\n## What To Expect\n\nThe examples below are illustrative mockups, not output from a private repository.\n\n![Example CodeScene pre-commit safeguard output](./assets/example-precommit-ratchet.svg)\n\n![Example CodeScene file improvement output](./assets/example-file-improvement.svg)\n\n![Example CodeScene branch analysis handoff](./assets/example-branch-summary.svg)\n\n## Develop\n\n```bash\nnpm run validate\npython3 ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/codescene-code-health\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasheriques%2Fcodescene-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasheriques%2Fcodescene-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasheriques%2Fcodescene-skill/lists"}