Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

redmine_ai_helper

redmine_ai_helper에는 haru에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
93
업데이트
2026-07-18
Forks
25
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

speckit-constitution
소프트웨어 개발자

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

2026-07-18
redmine-playwright-login
소프트웨어 품질 보증 분석가·테스터

Connect to the running Redmine instance and log in via the Playwright MCP browser, using REDMINE_PLAYRIGHT_URL/REDMINE_PLAYRIGHT_USER/REDMINE_PLAYRIGHT_PASSWORD environment variables. Use whenever the user asks to open, check, access, or test something in the running Redmine UI (e.g. verifying a feature in the browser, taking a screenshot of a page, manually exercising a flow).

2026-07-18
commit
소프트웨어 개발자

Stage the current changes and create a git commit with a properly formatted English message. Use whenever the user asks to commit, save, or check in their work. Picks a Conventional-Commits-style prefix (fix:, feat:, refactor:, docs:, test:, chore:, style:, perf:) based on the actual diff, keeps the first line a concise summary, and adds a bullet list of details only when the change touches several things.

2026-07-17
speckit-implement
소프트웨어 개발자

Execute the implementation plan by processing and executing all tasks defined in tasks.md

2026-07-11
speckit-plan
소프트웨어 개발자

Execute the implementation planning workflow using the plan template to generate design artifacts.

2026-07-11
speckit-specify
소프트웨어 개발자

Create or update the feature specification from a natural language feature description.

2026-07-11
speckit-tasks
소프트웨어 개발자

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

2026-07-11
create-release-notes
소프트웨어 개발자

Generate Redmine.org release notes from a GitHub release tag. Fetches the release, strips emojis/issue numbers/author names, and outputs Textile-formatted text ready to paste into redmine.org.

2026-06-27
create-release-branch
소프트웨어 개발자

Create a release branch for a given version. Use when you want to start a release, cut a release branch, or bump the version for a new release. Creates release/<version> from develop, updates version.rb, and commits the version bump.

2026-06-27
create-pull-request
소프트웨어 개발자

Create a pull request from the current branch. Use when you want to open a PR, submit changes, or create a pull request. Handles release branches (release/**) and feature/fix branches differently, setting the correct base branch, title, description, and labels automatically.

2026-06-13
speckit-branch-convention-configure
소프트웨어 개발자

Set up branch and folder naming rules for the current project

2026-06-13
speckit-branch-convention-rename
소프트웨어 개발자

Rename non-compliant branches and spec folders to match the configured convention

2026-06-13
speckit-branch-convention-validate
소프트웨어 개발자

Check all feature branches and spec folders against the configured naming convention

2026-06-13
speckit-token-budget-compact
소프트웨어 개발자

Compact one or more Spec-Driven Development artifacts in place to reduce token cost on subsequent /speckit.* commands. Lossless on requirements, decisions, contracts, IDs; strips template scaffolding, examples, and prose padding. The original is preserved as <artifact>.full.md the first time an artifact is compacted.

2026-06-11
speckit-token-budget-concise
소프트웨어 개발자

Toggle a project-local concise-output directive that suppresses agent prose padding during SDD steps. State lives in the project's agent memory file (AGENTS.md preferred when present, else CLAUDE.md / GEMINI.md / .cursor/rules / .windsurf/rules / etc.) inside a clearly marked block, so it is reversible and reviewable.

2026-06-11
speckit-token-budget-scope
소프트웨어 개발자

Build a focused reading manifest for the next workflow step. Names the files the agent should load, the sections it can skip, and the running token budget. Run this *before* /speckit.plan, /speckit.tasks, or /speckit.implement to keep their working context lean.

2026-06-11
speckit-token-budget-usage
소프트웨어 개발자

Show token usage for every SDD artifact in the active feature, the projected context window for each upcoming phase, and the savings already realized by token-budget (full backups vs current files).

2026-06-11
rubocop
소프트웨어 품질 보증 분석가·테스터

Run RuboCop linting and fix offenses for the redmine_ai_helper plugin

2026-05-10
qlty-check
소프트웨어 품질 보증 분석가·테스터

Code quality checks, formatting, and metrics via qlty CLI

2026-05-07