J

jira-automation

by @claude-office-skillsv
4.1(20)

「jira-automation」スキルは、Jiraワークフローを自動化することでプロジェクト管理の効率を向上させることを目的としています。Jiraタスクの自動作成、更新、クローズ、通知の送信、異なるプロジェクトステータスの同期、および事前定義されたルールに基づいたアクションの実行が可能です。このスキルは、チームが手動操作を減らし、プロセスの一貫性を確保し、問題解決を加速することで、プロジェクトの納期とリソース配分を最適化するのに役立ちます。

jiraautomationworkflowproject-managementGitHub
インストール方法
npx skills add claude-office-skills/skills --skill jira-automation
compare_arrows

Before / After 効果比較

1
使用前

プロジェクトマネージャーやチームメンバーは、Jiraタスクの手動作成、更新、通知処理、ステータス同期に毎日多くの時間を費やし、非効率性、エラー、プロジェクトの遅延につながっていました。

使用後

Jira自動化スキルにより、サブタスクの作成、ステータスの更新、リマインダーの送信などの繰り返しタスクがシステムによって自動的に処理され、手動介入が大幅に削減され、データ精度が向上し、プロジェクトワークフローが加速されます。

SKILL.md

Claude Office Skills

A curated collection of practical Claude Skills for real-world office tasks. Zero setup required.

Awesome License: MIT PRs Welcome Skills MCP Tools


🚀 NEW: Office MCP Server

39 fully-implemented tools for Office document operations via MCP (Model Context Protocol).

ModuleToolsCapabilities
PDF10Extract, merge, split, compress, watermark, forms, OCR
Spreadsheet7Read/write Excel, analyze, formulas, pivot tables
Document6Create/edit Word, templates, merge documents
Conversion9xlsx⇔csv, docx⇔md, json→xlsx, batch convert
Presentation7Create PPT, extract, Markdown→slides, HTML export

Quick Start:

cd mcp-servers/office-mcp && npm install && npm run build

📖 Full MCP Documentation | 💻 MCP Source Code


📚 NEW: Extensible Knowledge Base

Domain knowledge as structured data - customize Claude's expertise for your jurisdiction and industry.

LayerDescriptionCustomizable
BaseUniversal risk patterns, completeness checklistsCore team
JurisdictionsUS, China, EU, California...Community
DomainHealthcare, Finance, Government...Community
CustomYour company rules, private knowledgeYou

Available Knowledge:

  • 15+ risk patterns (liability, IP, termination, confidentiality...)
  • 19 completeness check items
  • 4 jurisdictions (US Federal, California, China, EU)

Quick Start:

# In your SKILL.md
knowledge:
  base:
    - mcp-servers/office-mcp/knowledge/base/risk_patterns.json
  jurisdictions:
    - mcp-servers/office-mcp/knowledge/base/jurisdictions/california.json

📖 Knowledge Index | 🤝 Contribute Knowledge


🤖 NEW: Pre-built Agents

5 ready-to-deploy AI personas with curated skills, knowledge, and personality.

AgentRoleKey SkillsDeploy To
⚖️ Legal SpecialistContract Reviewcontract-review, nda-generatorAll platforms
📊 Data AnalystExcel & Financedata-analysis, dcf-valuationAll platforms
📋 Admin AssistantEmail & Calendaremail-drafter, meeting-notesAll platforms
🔬 Research AnalystDeep Researchdeep-research, company-researchAll platforms
✍️ Content CreatorWriting & Marketingcontent-writer, seo-optimizerAll platforms

Quick Deploy:

# Install agent to Moltbot
curl -fsSL https://molt.bot/install | bash -s -- --agent legal-specialist

📖 All Agents | 🛠️ Create Custom Agent


Contents


What Are Claude Skills?

Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner.

Unlike generic AI prompts, these skills contain embedded domain knowledge and professional workflows that make Claude genuinely useful for business tasks.

This repository focuses on Office & Business scenarios:

  • Contracts, invoices, proposals
  • HR documents, resumes, offer letters
  • Reports, presentations, emails
  • Data analysis and document processing

Getting Started

Using Skills in Claude.ai

  1. Click any skill below
  2. Copy the SKILL.md content
  3. Paste into your Claude conversation
  4. Upload your document and ask for help

Using Skills in Claude Code

# Place the skill in your skills directory
mkdir -p ~/.config/claude-code/skills/
cp -r contract-review ~/.config/claude-code/skills/

# Start Claude Code - skill loads automatically
claude

Using Skills via Direct Link

Please use this skill: https://raw.githubusercontent.com/claude-office-skills/skills/main/contract-review/SKILL.md

Then review my contract: [upload file]

Using Skills via API

import anthropic

client = anthropic.Anthropic(api_key="your-api-key")

# Load skill content
skill_content = open("contract-review/SKILL.md").read()

response = client.messages.create(
    model="claude-sonnet-4-20250514",
    system=skill_content,
    messages=[{"role": "user", "content": "Review this contract..."}]
)

Using Skills with Moltbot (Clawdbot)

One-click install all 136+ Office Skills to your Moltbot:

# Install ALL skills
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash

# Install by category
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category legal
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category pdf
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category workflow

Available categories: legal, hr, finance, pdf, workflow, template, doc, conversion, parsing, slide, productivity, marketing

Or install a single skill via chat:

Install this skill: https://raw.githubusercontent.com/claude-office-skills/skills/main/contract-review/SKILL.md

Skills

Legal & Contracts

SkillDescriptionDepartmentLink
Contract ReviewAnalyze contracts for risks, check completeness, get recommendationsLegalView
NDA GeneratorCreate professional NDAs for different scenariosLegalView

HR & Careers

SkillDescriptionDepartmentLink
Resume TailorOptimize resume for specific job applicationsHR/PersonalView
Cover LetterWrite compelling, personalized cover lettersHR/PersonalView
Job DescriptionCreate clear, inclusive job postingsHRView
Offer LetterGenerate professional employment offersHRView
Applicant ScreeningScreen candidates against job requirementsHRView

Finance & Business

SkillDescriptionDepartmentLink
Invoice GeneratorCreate professional invoices with proper formattingFinanceView
Expense ReportOrganize and summarize business expensesFinanceView
Invoice OrganizerOrganize, categorize, and track invoicesFinanceView
Proposal WriterWrite winning business proposalsSalesView

Sales & Marketing

SkillDescriptionDepartmentLink
Lead ResearchResearch company/contact info for sales outreachSalesView
Lead QualificationScore and qualify leads based on criteriaSalesView
Content WriterResearch and write content (blogs, articles)MarketingView
Brand GuidelinesCreate and maintain brand style guidesMarketingView

Communication & Writing

SkillDescriptionDepartmentLink
Internal CommsStatus reports, newsletters, FAQsOpsView
Doc Co-authoringStructured workflow for writing documentationAllView
Email DrafterProfessional email templates and responsesAllView
Email ClassifierAuto-categorize emails by type and priorityAllView
Suspicious EmailAnalyze emails for phishing and scam indicatorsSecurityView

Productivity

SkillDescriptionDepartmentLink
Meeting NotesTransform raw notes into structured summariesAllView
Weekly ReportCreate consistent status updatesAllView
File OrganizerOrganize and rename files based on contentAllView
Changelog GeneratorGenerate release notes from commits/updatesDev/PMView
Data AnalysisAnalyze spreadsheet data and generate insightsAllView

PDF Power Tools

Comprehensive PDF manipulation skills inspired by Stirling-PDF (73k+ stars).

SkillDescriptionDepartmentLink
Chat with PDFAnswer questions, summarize, extract from PDFsAllView
PDF ConverterConvert PDF to/from Word, Excel, Image formatsAllView
PDF OCRExtract text from scanned PDFs using OCRAllView
PDF Merge/SplitCombine or split PDF documentsAllView
PDF Form FillerFill out PDF forms programmaticallyAllView
PDF CompressReduce PDF file size while maintaining qualityAllView
PDF WatermarkAdd watermarks, page numbers, headers/footersAllView

Document Processing (Official)

Official Anthropic skills for working with Office documents. See official-skills/ for details.

SkillDescriptionDepartmentLicense
DOCXWord document creation, editing, tracked changesAllSource-available
XLSXExcel spreadsheets, formulas, financial modelsFinance/OpsSource-available
PPTXPowerPoint presentationsMarketing/AllSource-available
PDFPDF processing, forms, extractionAllSource-available

Core Document Skills

Based on Python libraries for native Office document manipulation.

SkillLibraryStarsDescriptionLink
DOCX Manipulationpython-docx5.4kCreate/edit Word documents programmaticallyView
PPTX Manipulationpython-pptx3.2kCreate/edit PowerPoint presentationsView
XLSX Manipulationopenpyxl3.8kCreate/edit Excel spreadsheetsView
Excel Automationxlwings3.3kAdvanced Excel automation with PythonView
PDF Extractionpdfplumber9.6kExtract text, tables from PDFsView

Document Conversion Skills

Based on document format conversion tools.

SkillLibraryStarsDescriptionLink
MD to Officepandoc42kConvert Markdown to Word/PPT/PDFView
Office to MDmarkitdown86kConvert Office docs to Markdown (Microsoft)View
PDF to DOCXpdf2docx3.3kConvert PDF to editable WordView
HTML to PPTmarp-cli3.1kConvert HTML/Markdown to presentationsView
Batch Convertmulti-format-Multi-format batch conversion pipelineView

Document Parsing & OCR Skills

Based on document parsing and OCR libraries.

SkillLibraryStarsDescriptionLink
Smart OCRPaddleOCR69kOCR for 100+ languagesView
Doc Parserdocling51.5kIBM's document parser for complex layoutsView
Layout Analyzersurya19kAnalyze document structure and layoutView
Data Extractorunstructured14kExtract data from any document formatView
Table Extractorcamelot4.2kExtract tables from PDFs accuratelyView

Presentation Skills

Based on presentation generation tools.

SkillLibraryStarsDescriptionLink
HTML Slidesreveal.js70.5kCreate HTML-based presentationsView
Dev Slidesslidev44kDeveloper-friendly Vue-based slides[View](./

...

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数238
評価4.1 / 5.0
バージョン
更新日2026年5月20日
比較事例1 件

ユーザー評価

4.1(20)
5
70%
4
30%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code

タイムライン

作成2026年3月27日
最終更新2026年5月20日